Golang testing/synctest: panic when calling WaitGroup.Add on a package-scope WaitGroup

var wg sync.WaitGroupfunc TestWaitGroupGlobal(t *testing.T) { synctest.Run(func() { wg.Go(func() {...

Golang cmd/cgo/internal/testsanitizers: TestASANFuzz failures

#!watchflakesdefault <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestASANFuzz&quot...

Golang cgocall(asmstdcallAddr, unsafe.Pointer(c)) Segmentation fault

Go versiongo version go1.22.2 windows/amd64Output of go env in your module/workspace:go envset GO111MODULE=onset GOARCH=...

Golang testing/synctest,runtime: randomize scheduling to protect against Hyrum's Law

The new synctest package makes time deterministic within a testing bubble. One consequence of this is that the goroutine...

Golang cmd/go: missing position for "unknown godebug" error from go list

go list reports an error for unknown godebug values. But this error lacks a position:$ cat go.modmodule example.com/mgo ...

Golang x/tools/gopls: regression of Organize Imports in CL 587555

@hyangah points out that, in VS Code, organize imports on save stopped working at https://go.dev/cl/587555. I can reprod...

Golang proposal: spec: short function literals

[edit: As of today, end of May 2025, this proposal has received ~1000 comments. Please read the summary before adding mo...

Golang runtime/pprof: TestProfilerStackDepth/heap failures

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/heap"Is...

Golang runtime/pprof: TestEmptyCallStack failures

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestEmptyCallStack"Issue creat...

Golang cmd/go: can't invoke go in src directory

Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang x/build/cmd/relui: bypass trybots for VERSION file CLs

This is an enhancement to speed up the release process and slightly reduce its resource use, by adding some complexity t...

Golang net/http: sensitive headers not cleared on cross-origin redirect CVE-2025-4673

Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive inf...

Golang all: update standard-library dependencies at the start and end of each development cycle

The x dependencies vendored into the standard library (via src/go.mod and src/cmd/go.mod) should be updated for each cod...

Golang x/vuln/cmd/govulncheck: consuming 90%+ of memory and runs without an end

govulncheck versionIn my script I am using 'latest' which resolves to v1.1.1Does this issue reproduce at the latest ver...

Golang x/tools/gopls: Add inlay hints to var variable declaration

Currently, the inlay hints are only avaiable for short handed variable declaration, but not for var。I hope that could al...

Golang proposal: go/doc,testing: add playable examples using a *testing.T context

Proposal DetailsGoalAllow documentation/example writers to expose testable examples that run with a *testing.T context. ...

Golang x/tools/gopls: filter noisy code actions when triggerKind is automatic

gopls version: built @ c467be361ab7f9641e4ffefaa23e0eedfb7ea10eWhat did I do?Triggered printf diagnostics and SA1006 di...

Golang proposal: testing: allow examples the use of testing.T/B/F for test framework examples

Proposal DetailsToday, examples are tests presented alongside godoc as a "func main()" typically, as shown in https://go...

Golang x/pkgsite: versions in pkg.go.dev not up-to-date for pkg.go.dev/github.com/projectcalico/calico

Hi,It seems like the go package version for https://pkg.go.dev/github.com/projectcalico/calico is outdated.Last update s...

Golang math/big: Float.Copy doc string can be misleading

Reminder issue to review this documentation in math/big:// Copy sets z to x, with the same precision, rounding mode, and...
上一页 下一页
.