Aurora Blog
Home
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...
2025-11-10 14:03:51
1252
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 ...
2025-11-10 14:03:48
4853
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...
2025-11-10 14:03:46
2991
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...
2025-11-10 14:03:40
5620
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...
2025-11-10 14:03:35
31400
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 ...
2025-11-10 14:03:33
7043
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 ...
2025-11-10 14:03:30
13940
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...
2025-11-10 14:03:27
13061
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...
2025-11-10 14:03:25
2196
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...
2025-11-10 14:03:23
4169
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...
2025-11-10 14:03:21
541
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...
2025-11-10 14:03:18
1420
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...
2025-11-10 14:03:16
2494
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...
2025-11-10 14:03:13
1549
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...
2025-11-10 14:02:54
3727
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...
2025-11-10 14:02:50
1910
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 ...
2025-11-10 14:02:43
5578
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 ...
2025-11-10 14:02:41
2325
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 ...
2025-11-10 14:02:38
14359
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...
2025-11-10 14:02:35
565
上一页
下一页
1
2
3
4
5
6
7
…
145
.