We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
go version
go version go1.7.3 linux/amd64
go env
My operation system is debian 8 GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/zhw2101024/.local/share/go" GORACE="" GOROOT="/home/zhw2101024/go1.7" GOTOOLDIR="/home/zhw2101024/go1.7/pkg/tool/linux_amd64" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build424418262=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1
build go from source using following command: GOROOT_BOOTSTRAP=/home/zhw2101024/go1.7 GOROOT_FINAL=/home/zhw2101024/go1.7 ./all.bash
Go version is "go1.7.3", ignoring -next /mnt/floppy/src/go/api/next.txt
ALL TESTS PASSED
Installed Go for linux/amd64 in /mnt/floppy/src/go Installed commands in /mnt/floppy/src/go/bin
The binaries expect /mnt/floppy/src/go to be copied or moved to /home/zhw2101024/go1.7
--- FAIL: TestLoadFixed (0.08s) time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", -3600
The text was updated successfully, but these errors were encountered:
Dup of #17276, already fixed on tip.
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.7.3 linux/amd64
What operating system and processor architecture are you using (
go env
)?My operation system is debian 8
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/zhw2101024/.local/share/go"
GORACE=""
GOROOT="/home/zhw2101024/go1.7"
GOTOOLDIR="/home/zhw2101024/go1.7/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build424418262=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1
What did you do?
build go from source using following command:
GOROOT_BOOTSTRAP=/home/zhw2101024/go1.7 GOROOT_FINAL=/home/zhw2101024/go1.7 ./all.bash
What did you expect to see?
Go version is "go1.7.3", ignoring -next /mnt/floppy/src/go/api/next.txt
ALL TESTS PASSED
Installed Go for linux/amd64 in /mnt/floppy/src/go
Installed commands in /mnt/floppy/src/go/bin
The binaries expect /mnt/floppy/src/go to be copied or moved to /home/zhw2101024/go1.7
What did you see instead?
--- FAIL: TestLoadFixed (0.08s)
time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", -3600
The text was updated successfully, but these errors were encountered: