github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/newapp/core/errors.go (about) 1 package core 2 3 import "fmt" 4 5 // ErrNotInGoPath is thrown when not using go modules outside of GOPATH 6 var ErrNotInGoPath = fmt.Errorf("currently not in a $GOPATH")