package cmd import "fmt" func Execute() error { fmt.Println("Hi") return nil }