Update Go documentation (1.7.0)

pull/469/head
Thibaut Courouble 9 years ago
parent 2745577cf5
commit 9f642fd0ad

@ -14,7 +14,7 @@ module Docs
end end
end end
css('#plusone', '#nav', '.pkgGopher', '#footer', '.collapsed').remove css('#plusone', '#nav', '.pkgGopher', '#footer', '.collapsed', '.permalink').remove
# Remove triangle character # Remove triangle character
css('h2', '.exampleHeading').each do |node| css('h2', '.exampleHeading').each do |node|

@ -1,7 +1,7 @@
module Docs module Docs
class Go < UrlScraper class Go < UrlScraper
self.type = 'go' self.type = 'go'
self.release = '1.6.3' self.release = '1.7.0'
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