Files
freeCodeCamp/guide/chinese/go/documentation/index.md
2018-10-16 21:32:40 +05:30

14 lines
325 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Documentation
localeTitle: 文档
---
# 官方文件
1. [语言规范](https://golang.org/ref/spec)
2. [有效的去](https://golang.org/doc/effective_go.html)
## Godoc.orghttps://godoc.org/
golang.org中的文档包括标准库和src。
**godoc.org的好处**是包括标准库和第三方软件包。