Skip to content

Repository files navigation

Go 语言进阶手册

一套面向长期查阅的中文 Go 教程,共 20 章,内容从基础语法延伸到类型系统、并发、错误处理、泛型、I/O、测试、反射、网络与生产部署。

在线阅读:https://tyrantlucifer.github.io/go-study/

本地运行

npm install
npm run docs:dev

构建静态站点:

npm run docs:build

检查章节、链接与代码围栏:

npm run docs:check
go test ./examples/...
go test ./...

每章的完整示例放在 examples 中。正文通过 VitePress 直接引用这些源文件,因此网页代码、go run 实际执行的代码和 CI 编译的代码始终一致。

内容许可

  • 文档:CC BY-SA 4.0
  • 代码示例与站点配置:MIT

About

Go 语言进阶手册:从基础语法、类型系统与并发,到测试、网络和生产部署

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages