Aurora Blog
Home
Golang cmd/gofmt: inconsistent behavior on removing unnecessary type names with -s arg
2025-07-03 14:05:38
3284
Go versiongo version go1.21.5 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang runtime/race: illegal instruction when building for old processor
2025-07-03 14:05:36
5501
Go versiongo version devel go1.23-82c371a307 Fri Jun 28 19:59:35 2024 +0000 linux/amd64Output of go env in your module/w...
Golang time: datarace on localLoc between initLocal and a library following private fields through reflect
2025-07-03 14:05:22
11505
What version of Go are you using (go version)?$ go versiongo version go1.24.4 darwin/arm64Does this issue reproduce with...
Golang x/sys/unix: add PthreadChdir and PthreadFchdir for darwin
2025-07-03 14:05:20
1620
Proposal DetailsDarwin has __pthread_chdir and __pthread_fchdir syscalls, wrapped (for internal use) in libpthread as pt...
Golang net/http: After request.WithContext(), the underlying request.MultipartForm.RemoveAll() becomes ineffective.
2025-07-03 14:05:18
1569
Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:noneWhat did you do?https://github.c...
Golang net/http: recommended way of handling MultipartForm and WithContext in middleware
2025-07-03 14:05:16
1289
I am currently working on fixing an issue in the OpenTelemetry Gin middleware: #6609. However, resolving this properly r...
Golang x/tools: v0.8.0 through v0.25.0 (Oct 2024) contain public packages that fail to build with Go 1.25.0
2025-07-03 14:05:14
2885
Go versiongo version go1.25rc1 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
Golang cmd/compile: generics cannot infer slice/array of slice/array types
2025-07-03 14:05:01
2164
Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:Doesn't matter.What did you do?Go's ...
Golang errors: Join docs should mention Is/As
2025-07-03 14:04:54
1440
errors.Join docs are terse on how to inspect joined errors. My initial approach, upon reading the following passage// A ...
Golang Should be able to disable Go telemetry using an environment variable
2025-07-03 14:04:52
1961
Go versiongo version go1.24.3 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/pkgsite: go doc -http shows duplicate std search results when run from GOROOT
2025-07-03 14:04:50
2105
Go versiongo version go1.25rc1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
Golang time: time zone parsing when format includes time zone seconds fails
2025-07-03 14:04:44
3515
Go versiongo version go1.22.4 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang net/http: expect: 100-continue handling is broken in various ways [1.22 backport]
2025-07-03 14:04:42
3433
@neild requested issue #67555 to be considered for backport to the next 1.22 minor release.@gopherbot please open backpo...
Golang net/http: expect: 100-continue handling is broken in various ways [1.21 backport]
2025-07-03 14:04:40
2351
@neild requested issue #67555 to be considered for backport to the next 1.21 minor release.@gopherbot please open backpo...
Golang github: issue template should prompt if toolchain is go1.23 and above use go env -changed report bug
2025-07-03 14:04:38
1095
See #34208 , it background is that report an bug usually require the user to provide a go env, which has a problem the o...
Golang cmd/go: go bug should use go env -changed
2025-07-03 14:04:34
2057
Go versiontipOutput of go env in your module/workspace:no need.What did you do?go bugWhat did you see happen?use go env...
Golang proposal: context: NewLinkedCancelCtx
2025-07-03 14:04:32
12132
Proposal DetailsCurrently, a cancelCtx propagates its cancelFunc to its parent context.If we add some little changes, we...
Golang proposal: runtime/metrics: define a recommended set of metrics
2025-07-03 14:04:29
25673
IntroductionWith each Go release the set of metrics exported by the runtime/metrics grows in size. Not all metrics are a...
Golang internal/poll: deadlock when SetReadDeadline and Read race (on net.UnixConn)
2025-07-03 14:04:27
16911
Go versiongo version go1.23-dev +5a18e79687Output of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='amd64...
Golang runtime: "fatal error: runtime: pipe failed" on macOS Big Sur
2025-07-03 14:04:25
19868
What version of Go are you using (go version)?$ go versiongo version go1.16.1 darwin/amd64Does this issue reproduce with...
上一页
下一页
1
…
207
208
209
210
211
…
334
.