Преглед изворни кода

Update Go documentation (1.2.2)

Thibaut пре 11 година
родитељ
комит
6c0402b9ef
1 измењених фајлова са 1 додато и 1 уклоњено
  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.2.1'
+    self.version = '1.2.2'
     self.base_url = 'http://golang.org/pkg/'
 
     html_filters.push 'go/clean_html', 'go/entries'