소스 검색

Update Go documentation (1.9.2)

Thibaut Courouble 8 년 전
부모
커밋
56115de7da
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.release = '1.9.0'
+    self.release = '1.9.2'
     self.base_url = 'https://golang.org/pkg/'
     self.links = {
       home: 'https://golang.org/',