I use (read-line)
to read the input from command, how can I hide the input when user typing (in case of password)?
on Java I found this https://docs.oracle.com/javase/7/docs/api/java/io/Console.html#readPassword%28%29, but don't know about Joker with golang