Example #1
0
func doLogin(shell *ishell.Shell) {
	shell.Println("Let's simulate login")

	// prompt for input
	shell.Println("Username:"******"Password:"******"Your inputs were", username, "and", password+".")

}