Update the Go version

pull/1286/head
ocavue 4 years ago committed by GitHub
parent 4eb4bfe5da
commit 8d5cebdfe3

@ -1,7 +1,7 @@
module Docs module Docs
class Go < UrlScraper class Go < UrlScraper
self.type = 'go' self.type = 'go'
self.release = '1.13' self.release = '1.15'
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