github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/ensure/add/errs/self-add/case1/testcase.json (about)

     1  {
     2    "commands": [
     3      ["ensure", "-add", "github.com/golang/notexist"]
     4    ],
     5    "error-expected": "cannot add current project to itself"
     6  }