Aurora Blog
Home
Golang x/website/blog: write a post on go.mod and go.sum misconceptions
2025-06-27 14:08:17
2460
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
2025-06-27 14:08:13
4120
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
2025-06-27 14:08:11
907
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
2025-06-27 14:08:09
831
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
2025-06-27 14:08:06
482
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
2025-06-27 14:08:04
658
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
2025-06-27 14:08:03
1714
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)
2025-06-27 14:08:01
6503
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
2025-06-27 14:07:54
4777
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
2025-06-27 14:07:52
5252
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
2025-06-27 14:07:48
3564
#!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
2025-06-27 14:07:46
2809
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
2025-06-27 14:07:44
14497
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/codelens" && tes...
Golang x/website/cmd/golangorg: unrecognized failures
2025-06-27 14:07:40
3134
#!watchflakespost <- pkg == "golang.org/x/website/cmd/golangorg" && test == ""Issue creat...
Golang x/pkgsite/internal/middleware: TestEnforceQuota failures
2025-06-27 14:07:38
1299
#!watchflakesdefault <- pkg == "golang.org/x/pkgsite/internal/middleware" && test == "TestEnfo...
Golang x/pkgsite/internal/middleware: TestCache failures
2025-06-27 14:07:36
3790
#!watchflakesdefault <- pkg == "golang.org/x/pkgsite/internal/middleware" && test == "TestCach...
Golang x/pkgsite/cmd/pkgsite: TestServer failures
2025-06-27 14:07:34
207539
#!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
2025-06-27 14:07:32
3520
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)
2025-06-27 14:07:30
4405
What version?https://github.com/golang/website/commit/51b22ef31af8bf2cb877aab9d56031bae8313a18Does this issue reproduce ...
Golang x/website/_content/doc/tutorial: tutorials leave developer in broken state
2025-06-27 14:07:27
775
At the end of tutorial, "Add a test", the tutorial leaves the code in a broken state. The next tutorial "Compile and in...
上一页
下一页
1
…
263
264
265
266
267
…
373
.