Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created January 7, 2018 21:21
Show Gist options
  • Save ntakouris/cca5f75868347f36bd0d3481b2c05378 to your computer and use it in GitHub Desktop.
Save ntakouris/cca5f75868347f36bd0d3481b2c05378 to your computer and use it in GitHub Desktop.
var _ = Desc("hello", "Say Hello!")
var _ = Add("hello", func(c *Context) error {
fmt.Println("Hello World!")
return nil
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment