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'
end
css('td[style]').each do |node|
node.remove_attribute('style')
end
doc
end
end

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

Loading…
Cancel
Save