Skip to content

Latest commit

 

History

History
101 lines (76 loc) · 6.41 KB

MATERIALS.md

File metadata and controls

101 lines (76 loc) · 6.41 KB

Golang Learning Materials

Books

  • Programming in Go by Mark Summerfield

    Must read. Being boring sometimes, this book is a good source of knowledge of the language and its environment.

  • The Go Programming Language by Alan A. A. Donovan, Brian W. Kernighan

    Another must read. This book will be not enough without reading the previous one, as well as vice versa. But it adds some gems to your knowledge.

  • Go in Practice by Matt Butcher and Matt Farina

    This book is quite optional.

  • Go Bootcamp

    This book contains information about most commonly used features of the language. It can be considered as an addition to Go Tour.

Must Read Materials

Official

Blogs

Additional Readings

Official Resources

Go Blog

Other Sources

Golang Wiki

ArdanLabs Blog

All Posts Go, (Golang) Programming - Blog - ArdanLabs