Stable APIs for Go. https://go.code.as
Go to file
2018-09-23 17:37:02 -04:00
.gitignore Add vi temp files to gitignore 2018-09-23 16:32:48 -04:00
LICENSE Add LICENSE file. 2014-09-03 17:56:29 -03:00
main.go Remove GitHub mentions in error messages 2018-09-23 17:37:02 -04:00
page.go Let's Encrypt support. 2017-02-08 14:29:23 -02:00
README.md Mention this fork's changes in README 2018-09-23 17:12:02 -04:00
refs_test.go Add some tests for reference changes. 2015-01-12 23:22:38 -02:00
version_test.go Support vN-unstable branches and tags. 2015-01-09 15:54:39 -02:00
version.go Support vN-unstable branches and tags. 2015-01-09 15:54:39 -02:00

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