x/pkgsite: main
package symbols aren't documented: "There is no documentation for this package"
#65731
Labels
Milestone
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/tylerbrandt/godoc-example@v0.0.0-20240215181740-7b2d44c96bd8/app
What is your user agent?
Tested on Safari (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15) and Chrome
Screenshot
What did you do?
See linked repo which includes:
app/main.go
file (packagemain
) including a documented functionSayHello
app/goodbye.go
file (packagemain
) including a documented functionSayGoodbye
lib/hello/hello.go
file (packagehello
) that includes a documented functionSayHello
What did you see happen?
SayHello
function in packagehello
has generated docs (link);SayHello
andSayGoodbye
functions in packagemain
are not ("There is no documentation for this package"; link).What did you expect to see?
All 3 documented functions have generated docs. I didn't see any particular behavior of
pkgsite
which is documented as being different for themain
package.The text was updated successfully, but these errors were encountered: