Update Go documentation (1.5.2)

pull/329/head
Thibaut 9 years ago
parent ce6c635fae
commit 5eb46b7359

@ -39,6 +39,10 @@ module Docs
node.name = 'pre' node.name = 'pre'
end end
css('td[style]').each do |node|
node.remove_attribute('style')
end
doc doc
end end
end end

@ -1,7 +1,7 @@
module Docs module Docs
class Go < UrlScraper class Go < UrlScraper
self.type = 'go' self.type = 'go'
self.version = '1.5.0' self.version = '1.5.2'
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