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

14 lines
598 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.org (https://godoc.org/)
Документация в golang.org включает стандартную библиотеку и src.
Хорошая вещь о **godoc.org** заключается в том, что включает стандартную библиотеку и сторонние пакеты.