x/pkgsite: cmd line tool panics with panic: http: multiple registrations for <pwd> #53323
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
Milestone
What is the URL of the page with the issue?
N/A
Issue is with the command line tool
pkgsite
What is your user agent?
N/A
Screenshot
What did you do?
Since we use generics, and godocs is deprecated, we tried generating Go docs for our private repo using pkgsite instead. This is the command I ran:
from the root of the repository (directory containing
go.mod
file)What did you expect to see?
Expected a godocs server to be brought up with my local repository
What did you see instead?
Minimal reproduction:
go.mod
a.go
Now run
The text was updated successfully, but these errors were encountered: