Aurora Blog
Home
Golang cmd/go: can use invalid sub-dependency version
2025-09-14 14:02:08
4552
Go versiongo version go1.23.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/compile: incorrect error message when assigning an interface to a constant
2025-09-14 14:02:03
4435
What version of Go are you using (go version)?go version devel +68c7cb25a7 Wed Apr 4 12:18:29 2018 +0100 darwin/amd64Doe...
Golang cmd/compile: channel element type too large compiling errors are not reported for channels named with blank identifer
2025-09-14 14:02:01
1776
Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go vers...
Golang proposal: x/term: make x/term functions take uintptr file descriptors instead of ints
2025-09-14 14:01:59
1433
Proposal DetailsThe documentation recommends getting the file descriptor with the following:oldState, err := term.MakeRa...
Golang CGO: *_Ctype_char does not satisfy *any
2025-09-14 14:01:58
3212
Go versiongo version go1.23.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/link: can't write to output file (device error) on macOS
2025-09-14 14:01:55
3288
#!watchflakesdefault <- log ~ `can't write to output file` && goos == "darwin"Issue created automat...
Golang x/build: x/example 1.22 builders are failing
2025-09-14 14:01:53
788
x/example/ragserver/{ragserver/go.mod,ragserver-langchaingo/go.mod,ragserver-genkit/go.mod} require 1.23. This requireme...
Golang cmd/go: runtime/debug build information not populated for test binaries when package name is not 'main'
2025-09-14 14:01:51
10036
What did you do?https://play.golang.org/p/0ITNcl4kXGN$ gotip versiongo version devel +8c5de667 Fri Aug 30 08:28:40 2019 ...
Golang x/term: Why is fd an int?
2025-09-14 14:01:43
3078
Go versiongo version go1.23.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/go: TestScript/autocgo fails when CGO_ENABLED=1 (go1.25.0 regression)
2025-09-14 14:01:41
4797
Go versiongo version go1.25.0 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/mobile: no exported names in the package when go 1.22.4 on windows
2025-09-14 14:01:39
771
gomobile bind -target android -androidapi 35 .alist failed: exit status 1no exported names in the package "alist"no expo...
Golang access: Running TryBots (“may-start-trybots”)
2025-09-14 14:01:37
1880
I've been sending various compiler optimizations (and likely soon, x/tools CLs) where it'd be nice to be able to start m...
Golang x/build: add a linux/i386 builder without COMPAT_32BIT_TIME Kconfig set
2025-09-14 14:01:35
780
I am reviewing a CL https://go-review.googlesource.com/c/go/+/701615 that aims to fix a bug (#75133) where the go runtim...
Golang import/path: issue title
2025-09-14 14:01:33
3595
Go versiongo1.22.7 WASM build not reproducible Output of go env in your module/workspace:GO111MODULE=''GOARCH='wasm'GOBI...
Golang Converts structs to and from form values
2025-09-14 14:01:31
167
Currently needs to use https://github.com/gorilla/schema but it would be amazing if it's available from go 1.26Comment ...
Golang compiler: The compiler removes the function call
2025-09-14 14:01:27
4034
Go versiongo version go1.23.1 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang Inaccurate definition of "method set" for general interface type.
2025-09-14 14:01:25
2635
The language specification https://go.dev/ref/spec#Method_sets states thatThe method set of an interface type is the int...
Golang crypto/x509: CreateCertificate will generate duplicate certificate policies if PolicyIdentifiers and Policies and populated
2025-09-14 14:01:23
428
If PolicyIdentifiers and Policies have the same OIDs (i.e., because you parsed a certificate using ParseCertificate and ...
Golang runtime: Severe Memory Leak! Memory Not Reclaimed for Blocked Goroutines Even After Completion
2025-09-14 14:01:21
6800
Go versiongo version go1.24.2 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang x/pkgsite: "// Output:" matcher for test Examples is noncanonical
2025-09-14 14:01:19
2644
The standard logic for extracting "// Output:" comments in example tests is here:https://cs.opensource.google/go/go/+/ma...
上一页
下一页
1
2
3
4
5
6
7
…
317
.