Update Go documentation (1.22.0)

pull/2154/head
Simon Legner 1 year ago
parent a1ed659a41
commit 18e4c08279

@ -1,7 +1,7 @@
module Docs module Docs
class Go < UrlScraper class Go < UrlScraper
self.type = 'go' self.type = 'go'
self.release = '1.21.5' self.release = '1.22.0'
self.base_url = 'https://golang.org/pkg/' self.base_url = 'https://golang.org/pkg/'
self.links = { self.links = {
home: 'https://golang.org/', home: 'https://golang.org/',

Loading…
Cancel
Save