Golang x/website/_content/doc/tutorial: "Developing a RESTful API with Go and Gin" has unmentioned race condition

This tutorial https://go.dev/doc/tutorial/web-service-gin uses package variable album to read and write from http handle...

Golang x/website: Translate "ref/spec" to other languages

I propose that translate "ref/spec" to other languages like a "Tour of Go".I think it will help people who cannot read ...

Golang x/pkgsite,go/doc: examples can have trailing newlines inside the block

I found a problem in the example functions across the entire codebase while exploring the Go website. Many Go examples h...

Golang x/website: filename in linux installation instructions is not updated if url to install page has ?download=

Hi,On the release page forhttps://golang.org/doc/install?download=go1.16.linux-amd64.tar.gzThe commands for installation...

Golang x/pkgsite/cmd/pkgsite: search not working in -cache mode

Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang x/website: visualization tools in gc-guide have left text cut off with firefox

What is the URL of the page with the issue?https://tip.golang.org/doc/gc-guideWhat is your user agent?Mozilla/5.0 (X11; ...

Golang x/website/internal/dl: expose whether a release is a security release or not in API

Tools that watch golang.org/dl endpoint to learn about new releases may benefit from this extra information.Not every us...

Golang x/tools/gopls: high memory consumption on 19MLoC input

gopls versionBuild info----------golang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV...

Golang x/website/_content/blog: images should be readable in both light and dark themes

It looks like the Go blog now follows the system setting for dark or light mode. For blog posts that include diagrams, t...

Golang x/website/tour: indicate if the displayed source code is modified

It seems like go.dev/tour remembers modification in the playground from the past.When visiting the pages again, it prese...

Golang encoding/json: parser ignores the case of member names

What version of Go are you using? 5.3What operating system and processor architecture are you using? amd64,windowsWhat d...

Golang x/tools/gopls: Inline: panic in falcon analysis (unexpected core type)

#!stacks"gopanic" && "inline.(*falconState).expr:+90"Issue created by stacks.This stack Lpel...

Golang cmd/go: TestScript/mod_invalid_version failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/mod_invalid_version"Issue ...

Golang index.golang.org: support filtering by module name

The index.golang.org service is a valuable resource for querying information about Go modules. Currently, it provides a ...

Golang syscall: rm go:linkname from origRlimitNofile

Proposal DetailsThis is a freeze exception request for feedback for https://go.dev/cl/587918.Go 1.23 tightens access to ...

Golang cmd/link: runtime.mach_vm_region_trampoline: unsupported dynamic relocation for symbol libc_mach_task_self_ (type=29 (R_GOTPCREL) stype=46 (SDYNIMPORT))

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

Golang cmd/pprof: disasm not working on darwin

On my Mac, if I run go test -cpuprofile=x.prof anything, and then go tool pprof x.prof, then the disasm command in pprof...

Golang cmd/link: need to handle new-style loong64 relocs [1.21 backport]

@cherrymui requested issue #63725 to be considered for backport to the next 1.21 minor release.@gopherbot please backpor...

Golang runtime/debug.BuildInfo.Path: redundant with runtime/debug.BuildInfo.Main.Path

Go versiongo version go1.22.3 linux/amd64Output of go env in your module/workspace:vscode ➜ /workspaces/Discord_GitHub-U...

Golang runtime: support SEH stack unwinding on Windows

Status update: SEH stack unwinding has been implemented in go1.20 for windows/amd64. Still missing windows/arm64.Backgro...
上一页 下一页
.