package flow func (f *Flow) linkLoadGame() { // Load game f.onClick(loadGame, "3.3", f.setDriver(main)) // Cancel button }