Created
January 21, 2018 17:25
-
-
Save ntakouris/6ecb468db8a93c516d1a396b169f7064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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