mattn / go-tty

MIT License
208 stars 18 forks source link

Add ReadString #5

Closed 178inaba closed 7 years ago

178inaba commented 7 years ago

The reason I want to add is because I want to separate content acquisition from Stdin and interactive input.

e.g.

$ cat foo.txt | my-program
Username: # Interactive input.

I want to use it in the Username part of the above example.