Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created January 21, 2018 17:25
Show Gist options
  • Save ntakouris/6ecb468db8a93c516d1a396b169f7064 to your computer and use it in GitHub Desktop.
Save ntakouris/6ecb468db8a93c516d1a396b169f7064 to your computer and use it in GitHub Desktop.
package grifts
import (
. "github.com/markbates/grift/grift"
)
var _ = Desc("<task-name>", "Task Description")
var _ = Add("<task-name>", func(c *Context) error {
return nil
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment