package game import "fmt" func (game *Game) doAction(action int) { fmt.Println("Did a thing!") }