We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0017548 commit d31460eCopy full SHA for d31460e
lib/docs/scrapers/go.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Go < UrlScraper
3
self.type = 'go'
4
- self.release = '1.22.0'
+ self.release = '1.23.0'
5
self.base_url = 'https://golang.org/pkg/'
6
self.links = {
7
home: 'https://golang.org/',
@@ -10,7 +10,7 @@ class Go < UrlScraper
10
11
# Run godoc locally, since https://golang.org/pkg/ redirects to https://pkg.go.dev/std with rate limiting / scraping protection.
12
13
- # podman run --net host --rm -it docker.io/golang:1.21.5
+ # podman run --net host --rm -it docker.io/golang:1.23.0
14
#podman# go install golang.org/x/tools/cmd/godoc@latest
15
#podman# rm -r /usr/local/go/test/
16
#podman# godoc -http 0.0.0.0:6060 -v
0 commit comments