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
{{ message }}
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
facts, msg, tools, and util are directories that don't contain any go files, and godoc.org doesn't appear to discover them on its own. We might be able to work around this by adding doc.go files to those directories.
Our import paths on godoc.org are all broken, so links between package types don't work. I don't know what we can do about that without moving away from GOPATH.
Beam requires a GOPATH set to the root of the repo, but godoc.org doesn't seem to get that.
facts,msg,tools, andutilare directories that don't contain any go files, and godoc.org doesn't appear to discover them on its own. We might be able to work around this by addingdoc.gofiles to those directories.