Golang encoding/binary: add func Append

I'd like to propose adding a function with the following signature:// Append the binary representation of data to buf.//...

Golang proposal: runtime: add WaitIdle function

Proposal DetailsI propose adding a new function WaitIdle to runtime.The function will have the following function signat...

Golang x/website: typo in tutorial "getting started with multi-module workspaces"

What is the URL of the page with the issue?https://go.dev/doc/tutorial/workspacesWhat is your user agent?Mozilla/5.0 (Wi...

Golang all: test failures with EBADF from fork/exec on NetBSD

#!watchflakespost <- goos == "netbsd" && (log ~ `fork/exec .*: bad file descriptor` || `fork/exec ....

Golang runtime: TestMemHashGlobalSeed/noaes failures on openbsd/ppc64

#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestMemHashGlobalSeed/noaes"Iss...

Golang cmd/internal/testdir: Test/fixedbugs/issue68525.go failures

#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue68525.go...

Golang x/build: *-linux-arm builders have no disk space left

#!watchflakespost <- builder == "gotip-linux-arm" && (`no space left on device` || log ~ `no space ...

Golang proposal: x/crypto/ocsp: Export certID and the code that populates it

I am implementing ACME Renewal Information (ARI) for TLS servers to be able to automatically renew their certificates wi...

Golang x/build/cmd/gomote: token has been expired or revoked

Go versionN/AWhat operating system and processor architecture are you using (go env)?N/AWhat did you do?▶ gomote create ...

Golang x/tools: frequent out-of-memory errors on linux-arm builder

The tests under golang.org/x/tools almost always fail on the linux-arm builder.Looking at the build dashboard, the most ...

Golang cmd/link/internal/ld: TestSubprogramDeclFileLine/normal failures

#!watchflakesdefault <- pkg == "cmd/link/internal/ld" && test == "TestSubprogramDeclFileLine/n...

Golang cmd/link: TestCheckLinkname/badlinkname.go failures

#!watchflakesdefault <- pkg == "cmd/link" && test == "TestCheckLinkname/badlinkname.go"Is...

Golang cmd/link: TestMachOBuildVersion failures

#!watchflakesdefault <- pkg == "cmd/link" && test == "TestMachOBuildVersion"Issue created...

Golang cmd/link/internal/ld: TestUndefinedRelocErrors failures

#!watchflakesdefault <- pkg == "cmd/link/internal/ld" && test == "TestUndefinedRelocErrors&quo...

Golang cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags: unrecognized failures

#!watchflakesdefault <- pkg == "cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags" &&amp...

Golang cmd/vendor/golang.org/x/tools/go/analysis/passes/errorsas: unrecognized failures

#!watchflakesdefault <- pkg == "cmd/vendor/golang.org/x/tools/go/analysis/passes/errorsas" && test ...

Golang cmd/compile: on amd64, compiler's Zero operation is slower than memclrNoHeapPointers for 1024-2048 bytes

cc @randall77 @mknyszekOn amd64, it looks like memclrNoHeapPointers performs better than the code that the compiler subs...

Golang cmd/internal/testdir: Test/arenas/smoke.go failures

#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/arenas/smoke.go"Is...

Golang proposal: all: add mechanism to remove API as a function of caller's go.mod "go 1.xx" version

When reviewing a number of the Go2 issues, we keep finding that we're basically unable to clean up past mistakes.On the ...

Golang x/pkgsite: package removal request for github.com/jwcorle/sqs-extended-client-go

Due to a rename, the path of this package was adjusted when publishing v1.3.5. This package is still public, just under ...
上一页 下一页
.