Stable APIs for Go. https://go.code.as
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Matt Baer 16294edeb5 Fix tree and blob URLs for Gitea / Gogs hace 5 años
.gitignore Add vi temp files to gitignore hace 5 años
LICENSE Add LICENSE file. hace 9 años
README.md Mention this fork's changes in README hace 5 años
main.go Fix tree and blob URLs for Gitea / Gogs hace 5 años
page.go Fix tree and blob URLs for Gitea / Gogs hace 5 años
refs_test.go Add some tests for reference changes. hace 9 años
version.go Support vN-unstable branches and tags. hace 9 años
version_test.go Support vN-unstable branches and tags. hace 9 años

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