Aurora Blog
Home
Golang x/pkgsite: request removal of listing for github.com/syllableai/hydrogen-protos/gen/go/hydrogen/auth/v1/authv1connect
2025-08-27 14:04:53
529
Please remove the go.dev package page for a private repository.Package page: https://pkg.go.dev/github.com/syllableai/hy...
Golang x/tools/gopls: "invalid type" completion for make(map) in struct field assign
2025-08-27 14:04:51
3248
gopls versionBuild infogolang.org/x/tools/gopls v0.0.0-20250825151158-e8ff82cb4556 golang.org/x/tools/gopls@v0.0.0-20...
Golang os: ReadDir on regular file returns non nil slice on Windows
2025-08-27 14:04:47
3629
Go versiongo version go1.25.0 windows/amd64Output of go env in your module/workspace:AR=arCC=gccCGO_CFLAGS=-O2 -gCGO_CPP...
Golang x/crypto/chacha20: chacha20 is extremely slow even slower than chacha20-poly1305
2025-08-27 14:04:43
2722
Go versiongo 1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=...
Golang encode/json/v2: panic when calling json.GetOption(json.DefaultOptionsV2(), json.WithMarshalers)
2025-08-27 14:04:41
4440
Go versiongo 1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=...
Golang cmd/go: go tool signal forwarding does not play nice with foreground tools
2025-08-27 14:04:38
2767
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/compile: bound-check elimination does not propagate slice length equality correctly
2025-08-27 14:04:37
3308
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: init function run unexpectedly when plugin.Open fails
2025-08-27 14:04:35
2888
Go versionmasterOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...
Golang runtime: init function run unexpectedly when plugin.Open fails [1.25 backport]
2025-08-27 14:04:31
294
@WangLeonard requested issue #75102 to be considered for backport to the next 1.25 minor release.Maybe we need a backpor...
Golang runtime: init function run unexpectedly when plugin.Open fails [1.24 backport]
2025-08-27 14:04:28
294
@WangLeonard requested issue #75102 to be considered for backport to the next 1.24 minor release.Maybe we need a backpor...
Golang go/ast: add ParseDirective
2025-08-27 14:04:26
30577
Proposal Details*ast.CommentGroup has a helpful Text method to extract the text of comments that are not directives, but...
Golang cmd/internal/obj/riscv: riscv64 compressed instructions
2025-08-27 14:04:24
3168
The RISC-V architecture has support for compressed instructions - these are effectively a subset of the standard 4 byte ...
Golang net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches [1.25 backport]
2025-08-27 14:04:20
421
@FiloSottile requested issue #75054 to be considered for backport to the next 1.25 minor release.We decided to fix this ...
Golang proposal: syscall/js: add Value.Format and make Value.String stricter
2025-08-27 14:04:14
5909
Proposal DetailsWhat's wrong with the current Value.String behaviour?Nothing's really wrong it's just that it doesn't qu...
Golang cmd/compile: suboptimal regalloc
2025-08-27 14:04:06
5527
package mainvar g intfunc f(x, y int) { h(8, x) g = y}func h(a, b int)Generates:MOVQ BX, main.y+40(SP)MOVQ A...
Golang testing/synctest: test timeout with no runnable goroutines
2025-08-27 14:03:51
5383
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/go: go list does not scale with GOMAXPROCS
2025-08-27 14:03:49
2184
What version of Go are you using (go version)?master ace1494d9235be94f1325ab6e45105a446b3224cDoes this issue reproduce w...
Golang unicode/utf8: make DecodeRune and DecodeLastRune inlineable
2025-08-27 14:03:36
6009
Code like the following is unfortunately very common:r, n := rune(b[0]), 1if r >= utf8.RuneSelf { r, n = utf8.Deco...
Golang proposal: Add GPM (Go Package Manager),
2025-08-27 14:03:34
1558
Proposal DetailsHello everyone,This PR introduces a command-line tool, GPM (Go Package Manager),I've been working on a G...
Golang access: Run TryBot Permissions
2025-08-27 14:03:23
1256
Per https://go.dev/wiki/GerritAccess, I would like to request TryBot running privileges for myself (zxilly@outlook.com)....
上一页
下一页
1
…
78
79
80
81
82
…
369
.