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 Mar 29, 2023. It is now read-only.
Go can import code from a Gitiles server if a meta tag is included.
Go import:
import "example.org/repo/foo/bar"
This will be fetched by https:// and Gitiles should serve in the HTML:
<meta name="go-import" content="example.org git https://code.org/r/p/exproj">
http://golang.org/cmd/go/#hdr-Remote_import_paths