Files
freeCodeCamp/guide/english/go/documentation/index.md

14 lines
390 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Documentation
---
# Official documentation
1. [Language specification](https://golang.org/ref/spec)
2. [Effective Go](https://golang.org/doc/effective_go.html)
## Godoc.org (https://godoc.org/)
The documentation within golang.org includes the standard library and the src.
2019-01-20 00:17:44 +00:00
The good thing about __godoc.org__ is that it includes the standard library AND third-party packages.