mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Go documentation (1.7.5)
This commit is contained in:
parent
d62e1344b3
commit
6722a60f85
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Go < UrlScraper
|
||||
self.type = 'go'
|
||||
self.release = '1.7.4'
|
||||
self.release = '1.7.5'
|
||||
self.base_url = 'https://golang.org/pkg/'
|
||||
self.links = {
|
||||
home: 'https://golang.org/',
|
||||
|
|
Loading…
Reference in a new issue