github.com/jacobsoderblom/buffalo@v0.11.0/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  }]