We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version go1.22.2 darwin/arm64
go env
GO111MODULE='on' GOARCH='arm64' GOBIN='' GOCACHE='/Users/aimuz/Library/Caches/go-build' GOENV='/Users/aimuz/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/aimuz/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='darwin' GOPATH='/Users/aimuz/go' GOPRIVATE='' GOPROXY='https://mirror.authgo.cn/go,https://goproxy.io,https://proxy.golang.org,direct' GOROOT='/opt/homebrew/opt/go/libexec' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/opt/homebrew/opt/go/libexec/pkg/tool/darwin_arm64' GOVCS='' GOVERSION='go1.22.2' GCCGO='gccgo' AR='ar' CC='cc' CXX='c++' CGO_ENABLED='1' GOMOD='/Users/aimuz/workspaces/github.com/aimuz/go-template/go.mod' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/76/g87hkglj42j6vxywmyqq0_8h0000gn/T/go-build529514588=/tmp/go-build -gno-record-gcc-switches -fno-common'
go run golang.org/x/text/cmd/gotext extract
panic
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x1008106e8] goroutine 1 [running]: main.config() /Users/aimuz/go/pkg/mod/golang.org/x/[email protected]/cmd/gotext/main.go:55 +0xd8 main.main() /Users/aimuz/go/pkg/mod/golang.org/x/[email protected]/cmd/gotext/main.go:154 +0x2d0
Normal operation, no panic
The text was updated successfully, but these errors were encountered:
#62697
Sorry, something went wrong.
Thanks. Closing as a dup of #62697.
No branches or pull requests
Go version
go version go1.22.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
go run golang.org/x/text/cmd/gotext extract
What did you see happen?
panic
What did you expect to see?
Normal operation, no panic
The text was updated successfully, but these errors were encountered: