We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d48ae commit 6c0402bCopy full SHA for 6c0402b
1 file changed
lib/docs/scrapers/go.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Go < UrlScraper
3
self.type = 'go'
4
- self.version = '1.2.1'
+ self.version = '1.2.2'
5
self.base_url = 'http://golang.org/pkg/'
6
7
html_filters.push 'go/clean_html', 'go/entries'
0 commit comments