예제 #1
0
파일: main.go 프로젝트: metakeule/ishell
func doLogin(shell *ishell.Shell) {
	shell.Println("Let's simulate login")

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

}