Update Go documentation (1.4.2)

pull/229/merge
Thibaut 10 years ago
parent 6fd2904b5f
commit f43496f866

@ -1,8 +1,12 @@
module Docs
class Go < UrlScraper
self.type = 'go'
self.version = '1.4.1'
self.base_url = 'http://golang.org/pkg/'
self.version = '1.4.2'
self.base_url = 'https://golang.org/pkg/'
self.links = {
home: 'https://golang.org/',
code: 'https://go.googlesource.com/go'
}
html_filters.push 'go/clean_html', 'go/entries'

Loading…
Cancel
Save