Skip to content

Instantly share code, notes, and snippets.

@serainville
Created April 26, 2018 01:57
Show Gist options
  • Save serainville/7c19a6add21d9a76839e8e65df30300d to your computer and use it in GitHub Desktop.
Save serainville/7c19a6add21d9a76839e8e65df30300d to your computer and use it in GitHub Desktop.
Golang JSON API CLI
package main
import (
"golang-cli/cmd"
)
func main() {
command.RootCmd.Execute()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment