Aurora Blog
Home
Golang x/tools/gopls/internal/analysis/modernize: forvar: eliminate k := k; v := v in one fell swoop
2025-08-02 14:05:15
1542
Steps to reproducego.modmodule maingo 1.24.5 //1.22+main.gopackage mainfunc main() { for i, v := range []string{"...
Golang go/doc/comment: doc links don't work for struct field doc
2025-08-02 14:05:13
12017
What version of Go are you using (go version)?$ go versiongo version go1.19.1 darwin/amd64Does this issue reproduce with...
Golang x/net/idna: StrictDomainName doesn't work with Profile.ToASCII
2025-08-02 14:05:08
3211
Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang proxy.golang.org: problematic 302 redirects to www.google.com/sorry/... URLs
2025-08-02 14:05:05
4331
BackgroundAt our organization we have our own Go proxy that serves our own private modules. This Go proxy server contain...
Golang x/pkgsite: incorrect license parse of github.com/octokit/go-sdk-enterprise-cloud
2025-08-02 14:05:03
1275
What is the URL of the page with the issue?https://pkg.go.dev/github.com/octokit/go-sdk-enterprise-cloud@v0.0.1/pkg/gith...
Golang x/playground: multifile code should support tests too
2025-08-02 14:05:01
1093
The playground docs say:If the program contains tests or examples and no main function, the service runs the tests.This ...
Golang x/tools/go/analysis/passes/shadow: error message should include filename when shadowed declaration is in another file
2025-08-02 14:04:59
3063
Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: non-preemptible zeroing in clear, append, bytes.growSlice, etc
2025-08-02 14:04:55
17821
The clear and append built-ins can result in the need to zero an arbitrary amount of memory. For byte slices, the compil...
Golang proposal: encoding/csv: add flag to keep \r\n as-is inside quoted records
2025-08-02 14:04:53
671
Proposal DetailsThe Read() method replaces all the CRLF characters with LF character while reading a csv.This results in...
Golang testing: reconsider adding Context method to testing.T
2025-08-02 14:04:51
20643
There have been various previous proposals (#16221 #18182 #18199 #18368) to add a Context method to testing.T. #16221 wa...
Golang debug/buildinfo: TestReadFile/linux_386 failures [consistent failure]
2025-08-02 14:04:49
14651
#!watchflakesdefault <- pkg == "debug/buildinfo" && test ~ `TestReadFile/linux_386`Issue created au...
Golang crypto/rand: mutex around /dev/urandom is unnecessarily broad
2025-08-02 14:04:36
2881
(Possibly related to #7000)We were trying to read concurrently (on Linux, go 1.3) from the Reader provided by crypto/ran...
Golang crypto/rand: Read fails for non-interactive processes on Windows
2025-08-02 14:04:34
3749
What does 'go version' print?go version go1.2 windows/amd64What steps reproduce the problem?1. Create a simple cgi execu...
Golang testing: use $GOTMPDIR for temporary files when set
2025-08-02 14:04:32
15342
OutlineThis started as a bug report, however this appears to be a greater change which has a far reaching impact. The us...
Golang net: WriteMsgUDPAddrPort should accept zero value destination addresses
2025-08-02 14:04:30
1097
Go versionall versions since go1.18Output of go env in your module/workspace:see aboveWhat did you do?Call net.Dialer.Di...
Golang fmt.Printf("%p", &a) changes result of pointer of empty struct comparison
2025-08-02 14:04:13
2753
Go versiongo version go1.22.5 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang x/build: add LUCI openbsd-ppc64 builder
2025-08-02 14:04:11
26045
Following the instructions at Dashboard builders:hostname openbsd-ppc64-n2viCSR is attached after renaming since Github ...
Golang cmd/compile: commit eb7f515 causing regression
2025-08-02 14:04:04
9855
Go versiongo version go1.26-devel_eb7f515c4d Thu Jul 31 17:12:39 2025 -0700 linux/amd64Output of go env in your module/w...
Golang x/build/cmd/gopherbot: follow-up backport comments are ignored
2025-08-02 14:04:02
1111
In https://github.com/golang/go/issues/25242#issuecomment-392110768 I ask for gopherbot to create a backport for 1.9 as ...
Golang debug/buildinfo: may use lots of memory if data segment is large
2025-08-02 14:04:00
1640
Since https://go.dev/cl/514075, debug/buildinfo reads the entire "data segment/section" containing the buildinfo in one ...
上一页
下一页
1
…
167
168
169
170
171
…
386
.