terminal.ReadPassord() does not work on windows. Input terminates immediately before users can type in passphrases.
39d4517#diff-055e3e2c833cd88c8c82b8fe7a1e2693R159 changes from hardcoded 0 to a variable from package syscall however the values are not the same for unix and windows. There will need to be code to handle this change.
Bug Description
- OS: Windows 10
- Go Version: v1.10
terminal.ReadPassord()does not work on windows. Input terminates immediately before users can type in passphrases.39d4517#diff-055e3e2c833cd88c8c82b8fe7a1e2693R159 changes from hardcoded 0 to a variable from package
syscallhowever the values are not the same for unix and windows. There will need to be code to handle this change.Bug Description