You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'
Screenshot
N/A
What did you do?
Submitted the module to pkg.go.dev.
What did you expect to see?
pkg site should include a set of examples for various functions of the module since they are present in the *_test.go files as Example* functions. These examples also runs correctly by using go test -v ./....
Also, running godoc -http=:6060 generates a local version that correctly shows the examples.