Stable APIs for Go. https://go.code.as
Go to file
Matt Baer 16294edeb5 Fix tree and blob URLs for Gitea / Gogs
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.
2018-10-10 14:59:28 -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 Fix tree and blob URLs for Gitea / Gogs 2018-10-10 14:59:28 -04:00
page.go Fix tree and blob URLs for Gitea / Gogs 2018-10-10 14:59:28 -04: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