Skip to content

Commit 9f642fd

Browse files
committed
Update Go documentation (1.7.0)
1 parent 2745577 commit 9f642fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/docs/filters/go/clean_html.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def call
1414
end
1515
end
1616

17-
css('#plusone', '#nav', '.pkgGopher', '#footer', '.collapsed').remove
17+
css('#plusone', '#nav', '.pkgGopher', '#footer', '.collapsed', '.permalink').remove
1818

1919
# Remove triangle character
2020
css('h2', '.exampleHeading').each do |node|

lib/docs/scrapers/go.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Go < UrlScraper
33
self.type = 'go'
4-
self.release = '1.6.3'
4+
self.release = '1.7.0'
55
self.base_url = 'https://golang.org/pkg/'
66
self.links = {
77
home: 'https://golang.org/',

0 commit comments

Comments
 (0)