| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
We had 1.6.0, but reverted it. This caused go to be rebuilt with
same version, which can confuse http proxies.
|
|
|
|
|
|
| |
This reverts commit e81049956f7cd1251ef6ec8e90c487c7c2bda99b.
Does not work on x86 yet.
|
| |
|
| |
|
|
|
|
| |
Prefix it with the package name.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|