Skip to content

Instantly share code, notes, and snippets.

@mahdyadi
Created March 8, 2020 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahdyadi/0fc501c875568b807d6e8e012d56bb1e to your computer and use it in GitHub Desktop.
Save mahdyadi/0fc501c875568b807d6e8e012d56bb1e to your computer and use it in GitHub Desktop.
package main
import (
"YOUR_PACKAGE_NAME/simple-cli/cmd"
)
func main() {
cmd.Execute()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment