go: update to latest major version

pull/1099/head
Owen 5 years ago committed by GitHub
parent 34a2aad142
commit 3da0e1214b
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.12'
self.release = '1.13'
self.base_url = 'https://golang.org/pkg/'
self.links = {
home: 'https://golang.org/',

Loading…
Cancel
Save