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 has been 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.
The text was updated successfully, but these errors were encountered:
Moving to go modules would help on this, but then dealing with the .proto's is problematic. The modules directory tree has version numbers in the directory names, and so that breaks proto import paths, and the module version of vendor only vendors .go files. You'd need the makefile to carefully construct a new directory tree for the .proto files, or at least for the dependencies (primarily the google types & goto photo)
Beam requires a GOPATH set to the root of the repo, but godoc.org doesn't seem to get that.
facts
,msg
,tools
, andutil
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 addingdoc.go
files to those directories.The text was updated successfully, but these errors were encountered: