Aurora Blog
Home
Golang proposal: Go 2: short function declarations with named function type
2025-08-07 14:05:17
6595
Consider the following: type Foo func(a int) intfunc makeFoo1(...) Foo { return func(a int) int { ... }}func makeFoo2...
Golang proposal: Go 2: add tuple type
2025-08-07 14:05:15
8706
Go is lack of Tuple type since first release, variadic return variables can solve this in a strange way. (At least in my...
Golang time: RFC3339 time.Parse can not parse string that come from time.Format
2025-08-07 14:05:12
9257
Please answer these questions before submitting your issue. Thanks!What did you do?ttps://play.golang.org/p/BItq172M-_Th...
Golang proposal: errors: configurable Handle(error) function
2025-08-07 14:04:56
14309
ProblemMost of the time in Go if an error occurs it can be returned. There are certain cases when this is not possible, ...
Golang proposal: Go 2: counter proposal to error values (v2)
2025-08-07 14:04:54
8002
This is a proposal for adding error wrapping to go.It is a counter-proposal to Go2 error values (the original proposal)....
Golang x/pkgsite: links in summaries have opacity zero
2025-08-07 14:04:43
1208
What is the URL of the page with the issue?https://pkg.go.dev/github.com/favonia/cloudflare-ddns#readme-migration-guides...
Golang x/tools/gopls/internal/cmd/stacks: linkify positions in stack output
2025-08-07 14:04:38
1583
When we run the stacks command to extract information from recent stacks, it would be extremely useful to associate stac...
Golang net/http: reuse gzip reader from pool for transport
2025-08-07 14:04:36
2191
https://github.com/golang/go/blob/089e37a931d30d4055c7468facb602c4cfa9b537/src/net/http/transport.go#L2858Is it possible...
Golang runtime: recover calls in loop body of ranging over iterators doesn't take effect
2025-08-07 14:04:31
2185
Go versiongo version go1.24.0 linux/amd64Output of go env in your module/workspace:.What did you do?package mainimport &...
Golang Add compiler flag for unused function parameter detection
2025-08-07 14:04:29
4462
Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/gofmt: change -d to exit 1 if diffs exist
2025-08-07 14:04:27
13653
First, I know that this has been asked many times before (https://github.com/golang/go/issues/24230 https://github.com/g...
Golang proposal: cmd/gofmt: add a flag to make incorrect formatting return a non-zero exit code
2025-08-07 14:04:22
1610
ProblemMany people use gofmt in CI to lint their code, ensuring that only correctly formatted code gets committed to the...
Golang cmd/compile: parameters spilled onto stack do not have populated location field in DWARF
2025-08-07 14:04:21
12569
Go versiongo version go1.23.6 linux/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''G...
Golang x/build: add LUCI openbsd-riscv64 builder
2025-08-07 14:04:18
5426
Following the instructions at Dashboard builders:hostname openbsd-riscv64-mengzhuoCSR is openbsd-riscv64-mengzhuo.csr.tx...
Golang x/build: productionize coverage that golangbuild provides for main + golang.org/x repos
2025-08-07 14:04:16
2369
golangbuild, our LUCI Executable ("luciexe") command intentionally limited scope during the LUCI prototype stage: it lef...
Golang build: build failure on gotip-linux-arm
2025-08-07 14:04:14
1531
#!watchflakesdefault <- builder == "gotip-linux-arm" && repo == "go" && mode == &...
Golang build: build failure on gotip-solaris-amd64
2025-08-07 14:04:12
1549
#!watchflakesdefault <- builder == "gotip-solaris-amd64" && repo == "go" && mode ...
Golang build: build failure on gotip-netbsd-arm64
2025-08-07 14:04:10
4701
#!watchflakesdefault <- builder == "gotip-netbsd-arm64" && repo == "go" && mode =...
Golang build: build failure on gotip-windows-arm64
2025-08-07 14:04:08
2325
#!watchflakesdefault <- builder == "gotip-windows-arm64" && repo == "go" && mode ...
Golang x/sys/windows: TestGetKeyboardLayout failures [consistent failure]
2025-08-07 14:04:03
14773
#!watchflakesdefault <- pkg == "golang.org/x/sys/windows" && test == "TestGetKeyboardLayout&qu...
上一页
下一页
1
…
49
50
51
52
53
…
283
.