package game import "fmt" func director() { fmt.Println("This is the director.") }