Index
GO🔗
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.
[NOTE] : Generics finally arrive in 1.18 :)
Resources :🔗
- Official Documentation
- Go Blogs
- Go: The Complete Developer’s Guide : Aimed at Newbies with some familiarity with Go syntax.
- Shichao’s Notes GOPL : Complete Go notes available on web.