INNER CODE UNIT · Go
Execute
topfreegames/pitaya · cmd/root.go:36
func Execute() {
cobra.CheckErr(rootCmd.Execute())
}
func init() {
}
INNER CODE UNIT · Go
topfreegames/pitaya · cmd/root.go:36
func Execute() {
cobra.CheckErr(rootCmd.Execute())
}
func init() {
}