package whereareyou import ( "bbash/environment" "bbash/input_parser" "fmt" ) func Whereareyou(in input_parser.Input, env *environment.Env) { fmt.Print("You're in the thick of it everybody knows!") }