Browse Source

Update Go documentation (1.16)

Simon Legner 4 năm trước cách đây
mục cha
commit
42803937f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.15'
+    self.release = '1.16'
     self.base_url = 'https://golang.org/pkg/'
     self.links = {
       home: 'https://golang.org/',