January 2022
Intermediate to advanced
1078 pages
21h 44m
English
Go, often referred to as Golang, is a language originally developed at Google that has started to gain widespread use. Go is syntactically similar to C, but it has safe pointers, automatic memory management, and one of the most useful and well-written standard libraries I have encountered.
Go can be used for just about any programming task but is best suited to server development or system development. The extensive standard library includes support for most common server-side tasks, such as handling HTTP requests, accessing ...
Read now
Unlock full access