github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/grift/templates/grift.go.tmpl (about) 1 package tasks 2 import ( 3 "{{.}}/app" 4 5 "github.com/gobuffalo/buffalo" 6 ) 7 8 // Init the tasks with some common tasks that come from 9 // grift 10 func init() { 11 buffalo.Grifts(app.New()) 12 }