Golang can golang c go to get args before golang runtime running?

Go versiongo.1.21Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='amd64'GOBIN=''GOCACHE='/root/.cache...

Golang runtime/race: race when building latest llvm tsan with go1.25 pre-release

Go versiongo version go1.25-prerelease-b062eb46e8 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CG...

Golang cmd/link/internal/ld: TestZeroSizedVariable/-gcflags= failures

#!watchflakesdefault <- pkg == "cmd/link/internal/ld" && test == "TestZeroSizedVariable/-gcfla...

Golang unsafe: confusing docs about unsafe.String

Go version1.22.5 (this is from pkg.go.dev)Output of go env in your module/workspace:N/A as I discovered this problem vie...

Golang runtime: fatal error: s.allocCount != s.nelems && freeIndex == s.nelems

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_vet"Issue created aut...

Golang cmd/compile: x86-64: sub-optimal codegen less-than-int sized index from structured slice/array

Go versiongo version go1.25-devel_6c3b5a2 Thu Jul 3 18:43:56 2025 -0700 linux/amd64Output of go env in your module/works...

Golang cmd/compile/internal/test: TestPGOHash failures

#!watchflakesdefault <- pkg == "cmd/compile/internal/test" && test == "TestPGOHash"Issue ...

Golang cmd/link: stop requiring gold on arm64 when GNU ld is fixed

What version of Go are you using (go version)?Any, more specifically 1.8, 1.9, master, most probably all versions suppor...

Golang errors: Is should not panic on nested uncomparable types

Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang spec: expression to create pointer to simple types

This notion was addressed in #9097, which was shut down rather summarily. Rather than reopen it, let me take another app...

Golang cmd/compile: division of uint8 by 128 emits a divw instruction on atleast 386 and amd64 arch

Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang cmd/go: go list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N)

Go versiongo version go1.21.4 linux/amd64Output of go env in your module/workspace: go env output:GO111MODULE=''GOARCH='...

Golang x/tools/gopls: (recovered) panic in canRemoveParameter

#!stacks"bug.Errorf" && "go/ast.Walk" && "go/ast.Inspect" && &quot...

Golang x/tools/gopls: Rename: "no type for %T" panic in satisfy

#!stacks"runtime.gopanic" && "satisfy.(*Finder).expr:+168"Issue created by stacks.This means...

Golang x/tools/gopls/internal/golang: inline variable: nil panic in inlineVariableOne

#!stacks"sigpanic" && "inlineVariableOne-range1"Issue created by stacks. id := curIde...

Golang os/exec: modifications to Path ignored when *Cmd is created using Command with an absolute path on Windows

This can be reproduced at tip, go1.23rc1, and go1.22.5 on Windows (but not other OSes).go1.22.4 and go1.21.12 are unaffe...

Golang os/exec: calling Cmd.Start after setting Cmd.Path manually to absolute path without ".exe" no longer implicitly adds ".exe" in Go 1.22

https://go.dev/doc/go1.22#os/exec includes:On Windows, Command and Cmd.Start no longer call LookPath if the path to the ...

Golang cmd/go: misleading fatal: log message when working in a git repo with no commits

What version of Go are you using (go version)?$ go versiongo version go1.18 linux/amd64Does this issue reproduce with th...

Golang proposal: x/tools/cmd/goimports: add flag to remove blank lines in import for regrouping during formatting

currentThe goimports will retain blank lines and multiple groups will exist after formatting.testdata in.go:import ( ...

Golang cmd/go: clarify that DiskPath in a cacheprog respone should not contain extension

I'm developing a GOCACHEPROG implementation that should store compiler cache in S3-compatible storage. Recently we faced...
上一页 下一页
.