Golang x/website/blog: write a post on go.mod and go.sum misconceptions

This issue aims to track https://groups.google.com/g/golang-dev/c/wkIlHZL-NNk/m/xy2fFHs6BwAJ. We all seemed to agree tha...

Golang proposal: encoding/json: avoid massive escape costs

Proposal DetailsIt seems the json encoder and decoder has a significant overhead when escaping strings. I've attached a ...

Golang x/website: unify playground.js location

We currently have two copies of the playground's playground.js: one in x/tools (the original) and one in x/website (the ...

Golang x/website: show current Go version next to download button on homepage

The previous website design had a string with the current version. As part of my workflow, I used to check the website t...

Golang x/website/cmd/golangorg: add Content Security Policy

CSP is an important protection against some of the higher risk web vulnerabilities and the official Go website doesn't c...

Golang x/website: document how golang.org is deployed

Agniva de Sarker and I were trying to figure out how an error in a recent godoc commit made it to golang.org. This requi...

Golang x/website: addressing inaccessible links on CN site

Many of the external links on golang.google.cn are inaccessible from Mainland China (e.g. *.golang.org, *.blogspot.com, ...

Golang x/tools/gopls: Extension is having trouble with one package in a big project (the rest of the packages are fine)

What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...

Golang x/website/internal/dl: document /dl/?mode=json API more prominently

It would be nice for the JSON mode of golang.org/dl to be documented somewhere (https://golang.org/dl/?mode=json). I was...

Golang x/tools/gopls/internal/analysis/modernize: the ./... command is ineffective for certain repositories that use the multi-module pattern

Go versiongo1.24.2Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFL...

Golang cmd/go/internal/modload: TestQueryImport/golang.org_x_text failures

#!watchflakesdefault <- pkg == "cmd/go/internal/modload" && test == "TestQueryImport/golang.or...

Golang x/website/_content: make security best practices more visible and easier to navigate on Go website

Go version1.22Output of go env in your module/workspace:n/aWhat did you do?I tried to locate security related informatio...

Golang x/tools/gopls: imports.(*ProcessEnv).GetResolver stuck waiting for go list

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/codelens" && tes...

Golang x/website/cmd/golangorg: unrecognized failures

#!watchflakespost <- pkg == "golang.org/x/website/cmd/golangorg" && test == ""Issue creat...

Golang x/pkgsite/internal/middleware: TestEnforceQuota failures

#!watchflakesdefault <- pkg == "golang.org/x/pkgsite/internal/middleware" && test == "TestEnfo...

Golang x/pkgsite/internal/middleware: TestCache failures

#!watchflakesdefault <- pkg == "golang.org/x/pkgsite/internal/middleware" && test == "TestCach...

Golang x/pkgsite/cmd/pkgsite: TestServer failures

#!watchflakesdefault <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"...

Golang x/website, x/pkgsite, x/build/cmd/relui, vscode-go, x/telemetry: vulnerability GHSA-3xgq-45jj-v275/CVE-2024-21538 in cross-spawn dependency version 7.0.3

Go version1.23.4Output of go env in your module/workspace:N/A - Container-based (docker image) scan.What did you do?Anch...

Golang proposal: x/website/internal/dl: add including unstable without archived releases (?mode=json&include=stable,unstable)

What version?https://github.com/golang/website/commit/51b22ef31af8bf2cb877aab9d56031bae8313a18Does this issue reproduce ...

Golang x/website/_content/doc/tutorial: tutorials leave developer in broken state

At the end of tutorial, "Add a test", the tutorial leaves the code in a broken state. The next tutorial "Compile and in...
上一页 下一页
.