golang/go

x/website: automatic URL fragments for sub-sections of 'Minor changes to the library' are overly repetitive

Open

#70.847 geöffnet am 14. Dez. 2024

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (19.008 Forks)batch import
NeedsInvestigationhelp wantedwebsite

Repository-Metriken

Stars
 (133.883 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Is something duplicating the fragment names in the release notes?

https://tip.golang.org/doc/go1.24#gotypespkggotypes https://tip.golang.org/doc/go1.24#encodingjsonpkgencodingjson https://tip.golang.org/doc/go1.24#archivepkgarchive

I'd expect just archive or pkgarchive at most.

Others are pretty: https://tip.golang.org/doc/go1.24#runtime (which is why I guess the pkg is in there, to distinguish it from https://tip.golang.org/doc/go1.24#runtimepkgruntime ... but that's two runtime in that fragment)

/cc @dmitshur

Contributor Guide