validtoml/vendor/github.com/andrew-d/go-termutil/getpass.go
2018-01-08 01:30:28 +01:00

8 lines
165 B
Go

// +build !windows,!linux,!darwin,!freebsd
package termutil
func GetPass(prompt string, prompt_fd, input_fd uintptr) ([]byte, error) {
panic("not implemented")
}