mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Go documentation (1.10.0)
This commit is contained in:
parent
5d8d84c2b1
commit
b31eecdd4d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Go < UrlScraper
|
||||
self.type = 'go'
|
||||
self.release = '1.9.2'
|
||||
self.release = '1.10.0'
|
||||
self.base_url = 'https://golang.org/pkg/'
|
||||
self.links = {
|
||||
home: 'https://golang.org/',
|
||||
|
@ -13,6 +13,7 @@ module Docs
|
|||
options[:trailing_slash] = true
|
||||
options[:container] = '#page .container'
|
||||
options[:skip] = %w(runtime/msan/)
|
||||
options[:skip_patterns] = [/\/\//]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© Google, Inc.<br>
|
||||
|
|
Loading…
Reference in a new issue