Merge pull request #1286 from ocavue/master

Update the Go version to 1.15
pull/1301/head
Simon Legner 4 years ago committed by GitHub
commit d1730c88f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save