This commit is contained in:
github-actions[bot]
2022-08-04 06:59:33 +00:00
commit ca571eb691
415 changed files with 125430 additions and 0 deletions

16
doc.go Normal file
View File

@@ -0,0 +1,16 @@
// Copyright 2015 Golang-China. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// Go圣经中文版.
//
// 在线版本: http://golang-china.github.io/gopl-zh
//
// 离线版本: http://github.com/golang-china/gopl-zh/archive/gh-pages.zip
//
// 项目主页: http://github.com/golang-china/gopl-zh
//
// 原版官网: http://gopl.io
//
package gopl_zh