Browse Source

Update Go documentation (1.4.1)

Thibaut 11 years ago
parent
commit
0dfc5fe3f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/go.rb

+ 1 - 1
lib/docs/scrapers/go.rb

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