- May 16, 2016
-
-
In order to be able to use the stringer tool within go-based packages I have added it to the list of the go-tools subpackage.
-
- May 03, 2016
-
-
Natanael Copa authored
-
This fixes time zone lookups using the `time.LoadLocation` function by ensuring that the time zone database distributed with Go ($GOROOT/lib/time/zoneinfo.zip) is installed. You can find more information about this file here: https://golang.org/pkg/time/#LoadLocation
-
- Apr 28, 2016
-
-
Christian Kampka authored
-
- Apr 16, 2016
-
-
Christian Kampka authored
-
- Feb 23, 2016
-
-
Including patch to fix 386 build. https://github.com/golang/go/issues/14476 Removed default-sc-getpw-r-size-max.patch, fixed upstream. https://github.com/golang/go/issues/11319 Changed the offset for no-pic.patch to match new code. TT: pkgrel set to 1 as the original pkgrel=0 failed to build with x86 and was reverted.
-
Timo Teräs authored
We had 1.6.0, but reverted it. This caused go to be rebuilt with same version, which can confuse http proxies.
-
- Feb 22, 2016
-
-
Timo Teräs authored
This reverts commit e8104995. Does not work on x86 yet.
-
-
- Jan 14, 2016
-
-
Sören Tempel authored
-
- Dec 22, 2015
-
-
Sören Tempel authored
Prefix it with the package name.
-
- Dec 04, 2015
-
-
Sören Tempel authored
-
- Sep 30, 2015
-
-
Previously you could only access them using `go tool <toolname>` however, some software expects to find vet, godoc, et cetera in your $PATH. Regarding godoc we manually make it accessible via `go tool <toolname>` as well, which isn't the default and might be dropped in the future.
-
Eivind Uggedal authored
-