docgen
docgen copied to clipboard
GOPATH
goPath := os.Getenv("GOPATH")
if goPath == "" {
return d, errors.New("docgen: unable to determine your $GOPATH")
}
Is this hard requirement, or can it be made to work without GOPATH as well? I see that the rest example fails like this for me now:
> ./rest-example -routes
ERROR: docgen: unable to determine your $GOPATH
Same here... I wonder if that feature is still maintained
My pull request #21 fixes this
Can someone tag v1.0.6?
tagged as v1.3.0