Skip to content
New issue

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

fmt: Why is fmt zeroFill not an exported function? #21268

Closed
craigdub opened this issue Aug 2, 2017 · 1 comment
Closed

fmt: Why is fmt zeroFill not an exported function? #21268

craigdub opened this issue Aug 2, 2017 · 1 comment

Comments

@craigdub
Copy link

craigdub commented Aug 2, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

1.8.3

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/craig.williams/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/57/mtcgvls56qlg2f7g0ylvh4h00000gn/T/go-build573662119=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
PKG_CONFIG="pkg-config"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"

@bradfitz
Copy link
Contributor

bradfitz commented Aug 2, 2017

For questions about Go, see https://golang.org/wiki/Questions.

See also https://golang.org/doc/faq#x_in_std which answers this in part. We don't want to export and maintain every implementation detail of every package if it's unrelated to the features the package is really about.

@bradfitz bradfitz closed this as completed Aug 2, 2017
@mikioh mikioh changed the title Why is fmt zeroFill not an exported function? fmt: Why is fmt zeroFill not an exported function? Aug 2, 2017
@golang golang locked and limited conversation to collaborators Aug 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants