github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/buffalo/cmd/filetests/generate_nested_task.json (about) 1 [{ 2 "path": "grifts/now.go", 3 "contains": [ 4 "var _ = Namespace(\"nested\", func() {", 5 "Namespace(\"task\", func() {", 6 "Desc(\"now\", \"Task Description\")", 7 "Add(\"now\", func(c *Context) error {", 8 "return nil" 9 ] 10 }]