package readline import ( "io" "os" ) var ( Stdout io.Writer = os.Stdout Stderr io.Writer = os.Stderr )