Aurora Blog
Home
Spring API Versioning Support
2025-07-03 14:00:11
446
There are a number of ways to do API versioning through a request header, query parameter, path variables, and so on. Al...
Golang x/tools/gopls: codelens to show implementations of interfaces
2025-07-02 14:05:35
11621
Since go does not have an explicit declaration of which interfaces one implements, it is hard to follow someone's code. ...
Golang Gerrit: can't push code because of the location
2025-07-02 14:05:29
2545
What did you do?$ git push https://go.googlesource.com/go HEAD:refs/for/masterremote: PERMISSION_DENIED: The caller doe...
Golang proposal: slices: CloneAny and Contains2
2025-07-02 14:05:22
2070
Proposal DetailsCloneAny and Contains2 (names subject to change) are functions I needed when designing my own code but w...
Golang cmd/compile: yet another incorrect recover behavior due to defer a method wrapper
2025-07-02 14:05:14
3422
Go versionGo 1.20 - Go 1.24Output of go env in your module/workspace:darwin/arm64 (or any)What did you do?https://go.dev...
Golang cmd/compile: incorrect recover behavior due to defer a method wrapper
2025-07-02 14:04:59
2388
Go versiontip, and Go 1.18 - 1.24Output of go env in your module/workspace:darwin/arm64 (or any)What did you do?Run http...
Golang x/pkgsite: standard lib symbol available version does not have same behavior across packages
2025-07-02 14:04:55
1499
What is the URL of the page with the issue?https://pkg.go.dev/context#ContextWhat is your user agent?N/AScreenshotStanda...
Golang internal/trace: TestTraceStacks/Stress failures
2025-07-02 14:04:46
5009
#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceStacks/Stress"Issue ...
Golang cmd/dist/dist: random build failures on bcachefs
2025-07-02 14:04:25
3694
Go versiongo version go1.24.2 linux/arm64Output of go env in your module/workspace:AR='ar'CC='aarch64-unknown-linux-gnu-...
Golang runtime: C TSAN reports false positive races in SetCgoTraceback symbolizer function (cgoSymbolizer)
2025-07-02 14:04:23
6097
The Go runtime passes cgoSymbolizer a pointer to a structure to write results. This struct is usually stack allocated. W...
Golang runtime:cpu4: TestGdbConst failures
2025-07-02 14:04:21
1878
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestGdbConst"Issue created auto...
Golang cmd/go: TestScript/cover_build_pkg_select failures
2025-07-02 14:04:19
6007
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/cover_build_pkg_select"Iss...
Golang go/build: break out parts shared with modindex into internal package
2025-07-02 14:04:01
746
The modindex package copied some of the bits that were in go/build. Because there are two copies, the code can get out o...
Golang runtime: TestFinalizerOrCleanupDeadlock/Panic failures
2025-07-02 14:03:57
2462
#!watchflakesdefault <- pkg == "runtime" && test == "TestFinalizerOrCleanupDeadlock/Panic"...
Golang x/website/_content/ref: clarify documentation of go work use -r
2025-07-02 14:03:55
3628
Go versionanyOutput of go env in your module/workspace:n/aWhat did you do?The documentation at https://go.dev/ref/mod#go...
Golang cmd/link: unaligned 32-bit fields in .reloc section blocks of go.exe.
2025-07-02 14:03:50
1077
Go versiongo1.22.4Output of go env in your module/workspace:*What did you do?look .reloc section in pe file: go.exe and ...
Golang x/sync/errgroup: Typo on line 149 in errgroup.go
2025-07-02 14:03:46
242
There's a typo on line 149 in the file errgroup.go, version 0.15.0: ... barging iff channels ... should probably be ... ...
Golang x/build: Windows gomote creation fails due to missing git for subrepos
2025-07-02 14:03:42
1445
$ gomote create x_perf-gotip-windows-amd64 # still creating x_perf-gotip-windows-amd64 (1) after 7s; 0 requests ahead of...
Golang x/telemetry/cmd/gotelemetry: wrap output to 80 columns
2025-07-02 14:03:40
1510
% gotelemetry onTelemetry uploading is now enabled and data will be periodically sent to https://telemetry.go.dev/. Uplo...
Golang x/pkgsite: issue title
2025-07-02 14:03:26
666
What is the URL of the page with the issue?uuWhat is your user agent?uScreenshotNo responseWhat did you do?uWhat did you...
上一页
下一页
1
…
252
253
254
255
256
…
375
.