Golang x/pkgsite: package removal request for github.com/wsk20/*

What is the path of the package that you would like to have removed?github.com/wsk20Are you the owner of this package?ye...

Golang json.MarshalIndent does not indent the first line

What version of Go are you using (go version)?go version go1.22.3 darwin/arm64Does this issue reproduce with the latest ...

Golang x/exp/stats: Quantiles should allow different types for values and quantiles

Go versiongo version go1.26-devel_7995751d3a 2025-11-07 14:16:34 -0800 linux/amd64Output of go env in your module/worksp...

Golang proposal: strconv: generic versions of Atoi / Itoa

Proposal DetailsWe currently have "int" case handled with strconv.Atoi and strconv.Itoa.In my practice it is not unexpec...

Golang x/website/internal/dl: unpredictably applied HTTP transport compression for .tar.gz resources results in negligible bandwidth savings while confusing contemporary versions of Firefox

Go versiongo1.25.4.linux-amd64.tar.gzOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPP...

Golang archive/tar: does not handle extended pax values with nulls

What version of Go are you using (go version)?go version go1.12.5 darwin/amd64Does this issue reproduce with the latest ...

Golang runtime: crash on linux/arm64 during os.Setenv

Go versiongo1.22.6 linux/arm64Output of go env in your module/workspace:n/aWhat did you do?I was running an application ...

Golang archive/tar: add Reader.NextRaw method to read only one raw header

The current master implementation elides records, for example pax x typeflag records are collapsed into the following r...

Golang proposal: x/crypto/ssh: add AuthCallback to ClientConfig

Proposal DetailsBackgroundIn the current x/crypto/ssh package, authentication methods are static: the client attempts no...

Golang x/net/netlink, vendor/golang.org/x/net/netlink: new package

I propose to have a x/net/netlink package and vendor it to the standard library for maintenance purposes.Netlink is a Li...

Golang x/net: Add an eBPF package

Forked from #14982 - that issue was originally about adding both a BPF and an eBPF package to x/net.After researching eB...

Golang x/net: add Deadline, ReadBuffer, ReadDeadline, WriteBuffer, WriteDeadline getters

Currently there are the following setter functions in the net package for the IPConn, TCPConn, UDPConn, and UnixConn obj...

Golang x/net/ether: create package that supports raw ethernet sockets

by nathan@nathan.io:It would be useful if Go supported raw ethernet sockets. It is indicated that this wasplanned in a T...

Golang x/net/html: ParseFragment fails to parse sub-table elements in the root position

by algorithmicimperative:1. Use `html.ParseFragment` to parse a fragment of HTML where the root elements are`<tbody&g...

Golang x/sync/semaphore: Acquire should not wait for context to close when required weight is larger than size

What version of Go are you using (go version)?$ go versiongo version go1.20.1 darwin/arm64Does this issue reproduce with...

Golang proposal: x/sync/semaphore: Add TryAcquireAll function

MotivationI use semaphore to guard a pool of objects. It other words tokens in the semaphore correspond to my items in t...

Golang x/crypto/acme: CreateOrderCert returning Order's status ('valid') is not acceptable for finalization

What version of Go are you using (go version)?$ go versiongo version go1.15.2 linux/amd64Does this issue reproduce with ...

Golang x/crypto/acme: confusing error when ACME CA does not implement pre-authorization flow

What version of Go are you using (go version)?$ go versiongo version go1.14.4 linux/amd64Does this issue reproduce with ...

Golang x/crypto/acme/autocert: add Manager.StapleOCSP

OSCP stapling is considered a good practice to reduce load on OCSP servers and also to eliminate a round-trip to the CA ...

Golang x/crypto/acme/autocert: add hooks for transaction locks

The Manager.createCert method has a lock around the ACME transaction so that multiple goroutines can safely call this me...

下一页
.