package src import "acme-mana/src/cmd" func StartProgram() { _, err := cmd.InitCmd() if err != nil { panic(err) return } }