Trying and failing to use this. Help would be appreciated. I'm working on a library module outside of GOPATH. The `go.mod` file is present. The `go` commands such as `go test` seem to run in module mode. But when I run `godoc -http=:6060`, it shows the standard library + packages from GOPATH, failing to include the current module. I've updated `godoc` via:
go get -u golang.org/x/tools/cmd/godoc However I'm unable to check the installed `godoc` version, as it lacks such a subcommand, so I can't be sure if the installed version actually includes module support. The documentation doesn't give examples or mention modules at all. Any suggestions? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/8897eda1-db92-405d-b4fc-a98f693b2619%40googlegroups.com.