Aurora Blog
Home
Golang sync: Map panics with unhelpful error message when breaking hashing invariants (for example, string data changes)
2025-08-09 14:05:04
7880
Go versiongo version go1.24.6 linux/amd64 (go1.24 as contained in golang:1.24 docker image)Output of go env in your modu...
Golang To request feature
2025-08-09 14:05:02
1816
What version of Go are you using (go version)?$ go versiongo version go1.24.6 darwin/amd64Does this issue reproduce with...
Golang govulncheck-action: Warning: Both go-version and go-version-file inputs are specified, only go-version will be used while only 'go-version-file: go.mod' is specified
2025-08-09 14:05:00
2306
govulncheck versiongolang/govulncheck-action@v1.0.4Does this issue reproduce at the latest version of golang.org/x/vuln?...
Golang cmd/compile: []byte(string) incurs allocation even when it does not escape
2025-08-09 14:04:56
3677
The following Go program reports that the function makes an allocation to do the string to []byte conversion, even thoug...
Golang database/sql/driver: allow driver to entirely override Scan
2025-08-09 14:04:54
16462
Proposal DetailsI am the creator of the https://github.com/jackc/pgx/ PostgreSQL driver.pgx implements a very flexible a...
Golang syscall: sort environment passed to CreateProcess / CreateProcessAsUser
2025-08-09 14:04:44
2456
What version of Go are you using (go version)?go version go1.11.2 darwin/amd64Does this issue reproduce with the latest ...
Golang internal/poll: transparently support new linux io_uring interface
2025-08-09 14:04:35
33097
A document on the latest linux IO syscall has made the rounds of discussion forums on the internet:http://kernel.dk/io_u...
Golang go uninstall command
2025-08-09 14:04:33
778
Proposal DetailsHi, please make go uninstall command with interactive steps as additional option for fully remove not al...
Golang all: stop using non-libc system calls on OpenBSD
2025-08-09 14:04:20
31443
Upcoming changes to the OpenBSD kernel will prevent system calls from being made unless they are coming from libc.so (wi...
Golang crypto/tls: QUICConn.SendSessionTicket should check Config.SessionTicketsDisabled
2025-08-09 14:04:13
1908
What version of Go are you using (go version)?$ go versiongo version go1.21.0 darwin/arm64Does this issue reproduce with...
Golang x/tools/gopls: How to disable error message DuplicateDecl on vscode?
2025-08-09 14:04:04
3821
gopls versionv0.16.1go envGO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/NaroZeol/.cache/go-build'GOENV='/home/NaroZ...
Golang cmd/link: -D flag to specify data segment address in the linker
2025-08-09 14:04:02
677
Proposal DetailsCurrently I am using TamaGo to compile go to run on bare metal. The memory layout for the bare metal dev...
Golang proposal: crypto/tls: support TLS 1.3 post-handshake authentication
2025-08-09 14:03:52
11997
What version of Go are you using (go version)?$ go version go version go1.14.5 darwin/amd64Does this issue reproduce wit...
Golang proposal: spec: introduce structured tags
2025-08-09 14:03:50
85010
This proposal is for a new syntax for struct tags, one that is formally defined in the grammar and can be validated by t...
Golang crypto/tls: https request, tls handshake failure in go1.22
2025-08-09 14:03:48
3505
Go versiongo version go1.22.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang x/pkgsite: -gorepo flag does not work
2025-08-09 14:03:41
7274
Go versiongo version go1.22.3 linux/amd64Output of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='amd64'G...
Golang x/pkgsite: package removal request for [https://pkg.go.dev/github.com/erdos99/gverify]
2025-08-09 14:03:39
1120
Hi,I would like to request the removal of the package https://pkg.go.dev/github.com/erdos99/gverify,I have made the repo...
Golang runtime: GOGC and GOMEMLIMIT performance comparison
2025-08-09 14:03:35
8375
What version of Go are you using (go version)?$ go versiongo version go1.22.0 darwin/amd64Does this issue reproduce with...
Golang testing: race condition
2025-08-09 14:03:31
8348
Go versiongo version go1.24.6 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang os/exec: TestLookPath fails on plan9 after CL 685755
2025-08-09 14:03:26
1907
CL 685755 added a new subtest TestLookPath/path=exe/dotdot1 which always fails on Plan 9 builders in this way:--- FAIL: ...
上一页
下一页
1
…
42
43
44
45
46
…
283
.