Golang proposal: archive/tar: support zero-copy reading/writing

Proposal Detailsthe container ecosystem (podman,docker) spends its days creating and consuming huge .tar files. There is...

Golang crypto/internal/fips140/rsa: requires a panic if self-tests fail

Shouldn't this PCT failure result in a panic (at least in scope of key generation) to enter FIPS error state?https://git...

Golang x/tools/gopls: v0.16.1 breaking omnifunc completion in neovim

gopls versionBuild info----------golang.org/x/tools/gopls v0.16.1 golang.org/x/tools/gopls@v0.16.1 h1:1hO/dCeUvjEYx3V...

Golang os: make use of pidfd for linux

Based on a discussion in #51246 (in particular, https://github.com/golang/go/issues/51246#issuecomment-1050117436), this...

Golang time: TestAdjustTimers failures

#!watchflakesdefault <- pkg == "time" && test == "TestAdjustTimers"Issue created automati...

Golang x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures

#!watchflakesdefault <- pkg == "golang.org/x/benchmarks/sweet/cmd/sweet" && test == "TestSweet...

Golang proposal: unicode/utf8: provide generic versions of all functions

I'm trying to a write a generic function that operates on either string | []byte. However, I'm unable to do so since the...

Golang sync: Map panics with unhelpful error message when breaking hashing invariants (for example, string data changes)

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

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

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

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

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

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

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

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

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

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?

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

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

What version of Go are you using (go version)?$ go version go version go1.14.5 darwin/amd64Does this issue reproduce wit...
上一页 下一页
.