gopkg icon indicating copy to clipboard operation
gopkg copied to clipboard

Source code for the gopkg.in service.

Results 31 gopkg issues
Sort by recently updated
recently updated
newest added

I hear there are several ideas floating around to implement support to other git repositories outside github.com. Raising a pull request for small set of changes which I made in...

The default branch of a git repository is its remote HEAD branch. In modern versions of Go, `go get` respects the default branch and uses it. I have a tool...

I want my users to be able to install an application from my package with a single command, like ``` go get gopkg.in/foo/bar.v0/apps/build_foobar ``` but noticed that while `-` and...

``` https fetch failed: Get https://gopkg.in/mgo.v2?go-get=1: unexpected EOF ``` Sorry, no more details than that. I see this error occasionally.

They could do with updating in the light of http://blog.labix.org/2015/01/13/improvements-on-gopkg-in

I'd like to create a badge that displays the latest version in READMEs: [![GoDoc](http://img.shields.io/badge/version-v0.14.2-93b876.svg)](https://gopkg.in/yaml.v1) It would link to the package page on gopkg.in. Having already done the badge for GoDoc,...

Hi @niemeyer, This is not an issue, more of a question really. Is there any plan to add support for self hosted deployments. It would be really cool if we...

For example, if `router.go` of `main` uses `trie` package in a subdir, I tried `gopkg.in/GlassyMedia/go-json-rest/trie.v1` but it doesn't seem to work. Is this feature available? I can send in a...

Hi, assume I have a library which is unstable and in v0 but still being used in several other projects. I don't want to switch major version to 1 yet...

I think it would be a big improvement if http://gopkg.in showcased popular packages that are conforming to the versioning standards and being heavily used. This would help adoption and give...