freeCodeCamp/guide/chinese/go/documentation/index.md

14 lines
325 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
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的好处**是包括标准库和第三方软件包。