Stable APIs for Go. https://go.code.as
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Matt Baer 16294edeb5 Fix tree and blob URLs for Gitea / Gogs há 5 anos
.gitignore Add vi temp files to gitignore há 5 anos
LICENSE Add LICENSE file. há 9 anos
README.md Mention this fork's changes in README há 5 anos
main.go Fix tree and blob URLs for Gitea / Gogs há 5 anos
page.go Fix tree and blob URLs for Gitea / Gogs há 5 anos
refs_test.go Add some tests for reference changes. há 9 anos
version.go Support vN-unstable branches and tags. há 9 anos
version_test.go Support vN-unstable branches and tags. há 9 anos

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