Skip to content

Commit 575bbfa

Browse files
committed
Update Go documentation (1.25.0)
Entries: (520 KB, +6 KB) Updated: 6127 Created: 65 + ast.PreorderStack() + Command jsontext + Command v2 + crypto.MessageSigner + crypto.SignMessage() + ecdsa.ParseRawPrivateKey() + ecdsa.ParseUncompressedPublicKey() + ecdsa.PrivateKey.Bytes() + ecdsa.PublicKey.Bytes() + fs.Lstat() + fs.ReadLink() + fs.ReadLinkFS + fstest.MapFS.Lstat() + fstest.MapFS.ReadLink() + hash.Cloner + hash.XOF + http.CrossOriginProtection + http.CrossOriginProtection.AddInsecureBypassPattern() + http.CrossOriginProtection.AddTrustedOrigin() + http.CrossOriginProtection.Check() + http.CrossOriginProtection.Handler() + http.CrossOriginProtection.SetDenyHandler() + http.NewCrossOriginProtection() + maphash.Hash.Clone() + multipart.FileContentDisposition() + os.Root.Chmod() + os.Root.Chown() + os.Root.Chtimes() + os.Root.Lchown() + os.Root.Link() + os.Root.MkdirAll() + os.Root.ReadFile() + os.Root.Readlink() + os.Root.RemoveAll() + os.Root.Rename() + os.Root.Symlink() + os.Root.WriteFile() + reflect.TypeAssert() + runtime.SetDefaultGOMAXPROCS() + sha3.SHA3.Clone() + slog.GroupAttrs() + slog.Record.Source() + sync.WaitGroup.Go() + synctest.Test() + synctest.Wait() + testing.B.Attr() + testing.B.Output() + testing.F.Attr() + testing.F.Output() + testing.T.Attr() + testing.T.Output() + testing/synctest + token.FileSet.AddExistingFiles() + trace.FlightRecorder + trace.FlightRecorder.Enabled() + trace.FlightRecorder.Start() + trace.FlightRecorder.Stop() + trace.FlightRecorder.WriteTo() + trace.FlightRecorderConfig + trace.NewFlightRecorder() + types.LookupSelection() + types.Var.Kind() + types.Var.SetKind() + types.VarKind + types.VarKind.String() Deleted: 1 - Command synctest Types: Updated: 62 Created: 0 Deleted: 0 Files: (4.6 MB, +0.2 MB) Updated: 183 Created: 2 + encoding/json/jsontext/index + encoding/json/v2/index Deleted: 0 Done
1 parent cf1ca16 commit 575bbfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/docs/scrapers/go.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Go < UrlScraper
33
self.type = 'go'
4-
self.release = '1.24.0'
4+
self.release = '1.25.0'
55
self.base_url = 'https://golang.org/pkg/'
66
self.links = {
77
home: 'https://golang.org/',
@@ -10,16 +10,16 @@ class Go < UrlScraper
1010

1111
# Run godoc locally, since https://golang.org/pkg/ redirects to https://pkg.go.dev/std with rate limiting / scraping protection.
1212

13-
# podman run --net host --rm -it docker.io/golang:1.24.0
13+
# podman run --net host --rm -it docker.io/golang:1.25.0
1414
#podman# go install golang.org/x/tools/cmd/godoc@latest
1515
#podman# rm -r /usr/local/go/test/
1616
#podman# godoc -http 0.0.0.0:6060 -v
1717

1818
# or using alpine
1919
# podman run --net host --rm -it alpine:latest
2020
#podman# apk add curl
21-
#podman# curl -LO https://go.dev/dl/go1.24.0.linux-amd64.tar.gz
22-
#podman# tar xf go1.24.0.linux-amd64.tar.gz
21+
#podman# curl -LO https://go.dev/dl/go1.25.0.linux-amd64.tar.gz
22+
#podman# tar xf go1.25.0.linux-amd64.tar.gz
2323
#podman# go/bin/go install golang.org/x/tools/cmd/godoc@latest
2424
#podman# /root/go/bin/godoc -http 0.0.0.0:6060 -v
2525

0 commit comments

Comments
 (0)