We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0b538 commit 4280393Copy full SHA for 4280393
1 file changed
lib/docs/scrapers/go.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Go < UrlScraper
3
self.type = 'go'
4
- self.release = '1.15'
+ self.release = '1.16'
5
self.base_url = 'https://golang.org/pkg/'
6
self.links = {
7
home: 'https://golang.org/',
0 commit comments