Golang cmd/compile: constraint generics compiler bug

Go version1.24.3Output of go env in your module/workspace:any environmentWhat did you do?import ( "fmt" ...

Golang x/tools/gopls: go to definition should go to replaced version of module

gopls versiongolang.org/x/tools/gopls v0.18.1go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/didi/Library/Cach...

Golang Update membership list of @golang/riscv64

Would it be possible to update the membership list of @golang/riscv64 to include new community members who are actively ...

Golang x/tools/gopls: can't find definition using -mod=mod

gopls versiongo envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/didi/Library/Caches/go-build'GOENV='/Users/didi/L...

Golang cmd/gofmt: remove leading/trailing blank lines from function bodies

What steps will reproduce the problem?1. http://play.golang.org/p/Np4vGQFcqA2. Hit Format.What is the expected output? W...

Golang proposal: net/http: ServeMux.Handler should set the pattern and matches on the request

Proposal Detailsright now it's very inefficient to have wrappers that uses Handler because for some reason it refuses to...

Golang proposal: net/http: Match "Conflicting" Routes in the order theyre defined instead of panicking

Proposal Detailsregistering 2 handlers:mux.HandleFunc("/api/", ApiHandler)mux.HandleFunc("GET /", Vu...

Golang os: add CopyFS

After discussion on https://github.com/golang/go/issues/45757#issuecomment-1646172720 and #61386, it would help many dif...

Golang x/oscar/internal/httprr.RoundTrip can delete os.DevNull during test.TestErrors

Go versiongo1.23rc1 (exact version not important here)Output of go env in your module/workspace:GOOS=aixGOARCH=ppc64What...

Golang x/build: AIX builders fail with "unknown directive "Disconnected" "

AIX golang CI recently started failing with the below error.--- FAIL: TestImportTestdata (0.05s) gcimporter_test.go:5...

Golang x/build/cmd/gomote: TestIsGoToolDistGenerated failing as of CL 600436

=== RUN TestIsGoToolDistGenerated push_test.go:70: Checking generated files in /home/swarming/.swarming/w/ir/x/w/go...

Golang go/build: setting UseAllFiles still invokes go command

In build.go:func (ctxt *Context) importGo(p *Package, path, srcDir string, mode ImportMode) error { // To invoke the ...

Golang go/importer: import/export does not preserve package versions

61175 added go/types.Package.GoVersion, which reports the Go version used to type-check the package. One of the motivato...

Golang net/http: TestTransportMaxConnsPerHostDialCancellation/h1 failures

#!watchflakesdefault <- pkg == "net/http" && test == "TestTransportMaxConnsPerHostDialCancella...

Golang net/http: TestTimeoutHandlerEmptyResponse/h2 failures

#!watchflakesdefault <- pkg == "net/http" && test == "TestTimeoutHandlerEmptyResponse/h2"...

Golang net: WriteMsgUDPAddrPort should accept IPv4-mapped IPv6 destination addresses on IPv4 UDP sockets

Go versionall versions since go1.18Output of go env in your module/workspace:see aboveWhat did you do?Create an IPv4 UDP...

Golang runtime: feature request: Support for ASLR with the heap

Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go vers...

Golang cmd/trace/v2: pprof profiles always empty

Go versiongo version go1.22.4 windows/amd64Output of go env in your module/workspace:λ go envset GO111MODULE=set GOARCH=...

Golang cmd/trace/v2: pprof profiles always empty [1.22 backport]

@rhysh requested issue #68542 to be considered for backport to the next 1.22 minor release.@gopherbot please backport to...

Golang build: adopt Go 1.24 as bootstrap toolchain for Go 1.26

This is the tracking issue for the Go 1.26 iteration of proposal #54265.Comment From: gabyhelpRelated Issues and Documen...
上一页 下一页
.