docgen icon indicating copy to clipboard operation
docgen copied to clipboard

GOPATH

Open robfordww opened this issue 3 years ago • 2 comments

	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

robfordww avatar Feb 18 '22 15:02 robfordww

Same here... I wonder if that feature is still maintained

Athosone avatar Apr 29 '22 22:04 Athosone

My pull request #21 fixes this

alchemy avatar May 21 '22 14:05 alchemy

Can someone tag v1.0.6?

till avatar Aug 01 '24 09:08 till

tagged as v1.3.0

VojtechVitek avatar Aug 01 '24 13:08 VojtechVitek