-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.release-blocker
Milestone
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
% go version
go version devel +acce8268b6 Wed Dec 27 15:03:09 2017 +0000 darwin/amd64
Does this issue reproduce with the latest release?
Only on master.
What operating system and processor architecture are you using (go env)?
% go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/fsouza/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/fsouza"
GORACE=""
GOROOT="/Users/fsouza/.gimme/versions/go"
GOTMPDIR=""
GOTOOLDIR="/Users/fsouza/.gimme/versions/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/t4/s5cn564x04j7s6nz7w_8cd3c0000gp/T/go-build094937801=/tmp/go-build -gno-record-gcc-switches -fno-common"
What did you do?
https://play.golang.org/p/1ccgLvVk8Jx
What did you expect to see?
20171227_122425
What did you see instead?
2017122712252425 (no _).
More info
It works fine on Go 1.9.2 and Go 1.10beta1:
% go version
go version devel +acce8268b6 Wed Dec 27 15:03:09 2017 +0000 darwin/amd64
% go run format.go
2017122712252425
% go version
go version go1.9.2 darwin/amd64
% go run format.go
20171227_122425
% go version
go version go1.10beta1 darwin/amd64
% go run format.go
20171227_122425
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.release-blocker