joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
quan 2019-08-26T15:05:12.018900Z

I use (read-line) to read the input from command, how can I hide the input when user typing (in case of password)?

quan 2019-08-26T15:05:49.019600Z

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