DEV Community

Cover image for Golang useful links
Srinivas Kandukuri
Srinivas Kandukuri

Posted on Edited on

Golang useful links

General recommendations from the Go website
Enter fullscreen mode Exit fullscreen mode
Effective Go - Per-subject recommendations from the Go website
Enter fullscreen mode Exit fullscreen mode
awesome-go - Curated list of Go libraries
Enter fullscreen mode Exit fullscreen mode
 Search engine for Go libraries
Enter fullscreen mode Exit fullscreen mode
 Essential Go - A free book about the Go programming language
Enter fullscreen mode Exit fullscreen mode
Go FAQ - From the Go website
Enter fullscreen mode Exit fullscreen mode
Learn GO
Enter fullscreen mode Exit fullscreen mode

Top comments (3)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri • Edited

Add more article links & GitHub links here which are useful

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

For Advance Go Concurrency Patterns i personally recommend

go.dev/talks/2012/concurrency.slide#1

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Learn about Go First class functions

dev.to/c4r4x35/first-class-functio...