浏览代码

Update go documentation (1.5.0)

Thibaut 10 年之前
父节点
当前提交
db6212a7ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/go.rb

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

@@ -1,7 +1,7 @@
 module Docs
 module Docs
   class Go < UrlScraper
   class Go < UrlScraper
     self.type = 'go'
     self.type = 'go'
-    self.version = '1.4.2'
+    self.version = '1.5.0'
     self.base_url = 'https://golang.org/pkg/'
     self.base_url = 'https://golang.org/pkg/'
     self.links = {
     self.links = {
       home: 'https://golang.org/',
       home: 'https://golang.org/',