Update Go documentation (1.4.1)

pull/165/head
Thibaut 10 years ago
parent 4cebdaa3d7
commit 0dfc5fe3f7

@ -1,7 +1,7 @@
module Docs module Docs
class Go < UrlScraper class Go < UrlScraper
self.type = 'go' self.type = 'go'
self.version = '1.4.0' self.version = '1.4.1'
self.base_url = 'http://golang.org/pkg/' self.base_url = 'http://golang.org/pkg/'
html_filters.push 'go/clean_html', 'go/entries' html_filters.push 'go/clean_html', 'go/entries'

Loading…
Cancel
Save