gopkg
gopkg copied to clipboard
Source code for the gopkg.in service.
https://tools.taskcluster.net/groups/Dbxt_ZAzSdGbw4tWOmEdbw/tasks/U3tZazOITWyo5hRCpiIWmw/runs/0/logs/public%2Flogs%2Flive_backing.log is failing with ``` go: gopkg.in/[email protected]: unrecognized import path "gopkg.in/yaml.v2" (parse https://gopkg.in/yaml.v2?go-get=1: no go-import meta tags ()) ``` and has been for a few days now. ``` dustin@jemison ~...
GoDoc.org (like godoc) provides links in the documentation to the source code when the viewer clicks on the function name. For code hosted on the major sites (github, bitbucket, google...
If you want to use gopkg service in the site of yourself or another git host. Change these in file custom.go: ```go GitSiteDomain = "github.com" // the target domain MyPkgDomain...
gopkg considers this repo an unsupported URL pattern even though the github repo exists: http://gopkg.in/nickjones/proc_box.v1.
I would like to import the `gradfix` branch of https://github.com/srwiley/oksvg. `gopkg.in/srwiley/oksvg.gradfix` does not resolve to the `gradfix` branch of https://github.com/srwiley/oksvg, instead it says > Unsupported URL pattern; see the documentation...
Now that gopkg.in is hosted in the UK, godoc requests made while rendering the human-readable package pages take a lot longer (often a second or more). This branch adds a...
Running ```bash go get -u gopkg.in/alecthomas/gometalinter.v1 ``` I get an installed binary called `gometalinter.v1`. I would expect to simple call a binary called `gometalinter` directly, but that does not work....
The refsSuffix used for reference discovery appends ".git" to the repo name, while the upload pack proxying does not. This can result in a 422 response from GitHub instead of...
``` $ go get gopkg.in/ini.v1 # cd .; git clone https://gopkg.in/ini.v1 ./src/gopkg.in/ini.v1 Cloning into './src/gopkg.in/ini.v1'... fatal: unable to access 'https://gopkg.in/ini.v1/': Unknown SSL protocol error in connection to gopkg.in:-9838 package gopkg.in/ini.v1:...