Golang go/doc: Package.Parser should collect up interface methods

Currently, the methods of a interface are not linkable because Package.Parser does not collect them up.Thus, if you put ...

Golang cmd/compile/internal/types2: deadlock using type alias

Go versiongo version go1.24.0 linux/arm64, go version go1.25.1 linux/arm64Output of go env in your module/workspace:AR='...

Golang Inconsistent rounding of floating-point numbers to integers across architectures

Go versiongo version go1.23.1 darwin/arm64; go version go1.23.1 darwin/amd64Output of go env in your module/workspace:GO...

Golang x/tools/gopls/internal/cmd: TestCodeAction failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeAct...

Golang cmd/link/internal/loader: panic: runtime error: index out of range [1232602353] with length 116

Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='amd64'GOBIN...

Golang cmd/go: test -fullpath prevents test caching

Go versiongo version go1.21.4 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...

Golang cmd/cgo: cgo is incompatible with constant references from C

Go versiongo1.25.1 X:nodwarf5 linux/amd64/clang/muslOutput of go env in your module/workspace:WORK=/tmp/go-build31935816...

Golang cmd/cgo: compiler stack overflow on exported function referencing an invalid recursive type

Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang slog.SetDefault kills the process when running in ARMv8 platform configuration

Go version1.25.1Output of go env in your module/workspace:AR='ar'CC='aarch64-linux-gnu-gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLA...

Golang proposal: slices: add build tag for callers who prefer smaller binaries over faster sorts

Proposal DetailsI propose the slices package recognize a new build tag like slicesoptsize (or just gooptsize if for all ...

Golang proposal: errors: In() to check Is against multiple errors

Proposal DetailsProblemThe code looks redundant and cumbersome in cases when you need to check an error match several ti...

Golang image/draw: blank images after go1.18

Go versiongo1.23.1 amd64/linuxOutput of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN=''GOCACHE='/...

Golang cmd/internal/testdir:4_10: Test/codegen/constants.go failures [consistent failure]

#!watchflakesdefault <- pkg == "cmd/internal/testdir:4_10" && test == "Test/codegen/constants....

Golang cmd/internal/testdir:3_10: Test/codegen/mathbits.go failures [consistent failure]

#!watchflakesdefault <- pkg == "cmd/internal/testdir:3_10" && test == "Test/codegen/mathbits.g...

Golang proxy.golang.org: my new module not showing up on forked repo

Hi Team,Initially while committing I had done mistake and now it looks like there is no way I can correct my proxy path....

Golang 不同项目打包ios的sdk时,在移动端使用出现如下报错:goSeqDictionary、GoSeqRef、RefCounter、RefTracker

我有项目A,使用gomobile打包ios和android用的sdk,项目b同理使用gomobile库进行编译sdk,移动端同时使用两份sdk出现goSeqDictionary、GoSeqRef、RefCounter、RefTracker符...

Golang x/pkgsite: Some examples of functions are missing, but there are relevant example codes in the source code

What is the URL of the page with the issue?https://pkg.go.dev/maps What is your user agent?Mozilla/5.0 (Macintosh; Int...

Golang x/sys/unix: add (*CPUSet).Fill helper to enable all CPUs

Proposal DetailsWe propose to add a new Fill method to struct CPUSet, which sets all CPU bits to 1.The implementation ca...

Golang cmd/link: TestFlagW fails on AIX platform

--- FAIL: TestFlagW (165.35s) --- FAIL: TestFlagW/-s (23.48s) dwarf_test.go:406: open /tmp/TestFlagW-s32454249...

Golang cmd/compile: internal compiler error: bad conversion to untyped: untyped bool

$ go versiongo version go1.26-devel_45d6bc76af Fri Sep 26 00:30:55 2025 -0700 linux/amd64package pfunc f() *bool { va...

下一页
.