封面链接改回 github 地址
@ -2,7 +2,7 @@
|
|||||||
"gitbook": "2.x.x",
|
"gitbook": "2.x.x",
|
||||||
"title": "Go语言圣经",
|
"title": "Go语言圣经",
|
||||||
"description": "<The Go Programming Language>中文版",
|
"description": "<The Go Programming Language>中文版",
|
||||||
"language": "zh",
|
"language": "zh-cn",
|
||||||
"structure": {
|
"structure": {
|
||||||
"readme": "preface.md"
|
"readme": "preface.md"
|
||||||
},
|
},
|
||||||
|
BIN
cover.jpg
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 301 KiB |
BIN
cover_bgd.png
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 186 KiB |
BIN
cover_patch.png
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
gopl_zh_url = "https://bitbucket.org/golang-china/gopl-zh"
|
gopl_zh_url = "https://github.com/golang-china/gopl-zh"
|
||||||
output = "gopl-zh-qrcode.png"
|
output = "gopl-zh-qrcode.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
|