Stable APIs for Go. https://go.code.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Baer 16294edeb5 Fix tree and blob URLs for Gitea / Gogs пре 5 година
.gitignore Add vi temp files to gitignore пре 5 година
LICENSE Add LICENSE file. пре 9 година
README.md Mention this fork's changes in README пре 5 година
main.go Fix tree and blob URLs for Gitea / Gogs пре 5 година
page.go Fix tree and blob URLs for Gitea / Gogs пре 5 година
refs_test.go Add some tests for reference changes. пре 9 година
version.go Support vN-unstable branches and tags. пре 9 година
version_test.go Support vN-unstable branches and tags. пре 9 година

README.md

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