Stable APIs for Go.
https://go.code.as
The directory structure for viewing branches and code on Gitea / Gogs is different from GitHub. This fixes that, so the Source Code link on the gopkg webpage works, as well as the URLs to lines in the source code included in GoDoc. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
main.go | ||
page.go | ||
README.md | ||
refs_test.go | ||
version_test.go | ||
version.go |
gopkg
Stable APIs for the Go language.
Forked from gopkg to work with Code.as (and other sites powered by Gitea / Gogs), instead of GitHub.
Quick Start
gopkg --domain go.code.as --src code.as --http ":8080"
Configuration options
--domain
- The public domain you want to serve versioned package from, e.g. go.example.com--src
- Your Gitea / Gogs instance where gopkg will search for code