The-Go-Programming-Language
Go documentation
A collection of notes, examples, and exercises from the official Go book.
Notes, examples, and exercises from the awesome "The Go Programming Langauge" book.
2 stars
2 watching
1 forks
Language: Go
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
a8m/golang-cheat-sheet | A comprehensive guide to Go syntax and features for developers | 8,415 |
go-internals-cn/go-internals | A comprehensive resource on the internal workings and implementation details of the Go programming language | 961 |
88250/wide | A web-based IDE for Go language development | 113 |
zmb3/gogetdoc | Tools to easily look up documentation for items in Go source code from within the editor. | 183 |
mna/gocostmodel | A benchmarking package for the Go language. | 61 |
thedevsir/gosuccinctly | A companion repository to a book about concise Go programming by Amir Irani. | 22 |
skippednote/go-learn | A comprehensive resource for learning Go programming language and its ecosystem. | 227 |
gobootcamp/book | A companion resource providing documentation and support for learning Go programming language | 305 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
simonwaldherr/golang-examples | Provides examples and resources to help software developers learn and practice Go programming language skills. | 1,579 |
gijit/gi | An interactive coding environment for Go that combines the language's strengths with a user-friendly interface. | 320 |
paivett/gone | A compiler for a minimal programming language designed to be similar to Go. | 28 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 305 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |