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

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