Logo

Go Bootcamp by Matt Aimonetti

Small book cover: Go Bootcamp

Go Bootcamp
by

Publisher: golangbootcamp.com

Description:
Go was designed to feel familiar and to stay as simple as possible, the entire language specification fits in just a few pages. After reading this book you will know how to do data modeling with Go, organize code in packages, how to test code, write documentation, how to use json marshaling, build a web API, test a web API, how to cross compile, use the key go tools, etc.

Home page url

Download or read it online for free here:
Read online
(online reading)

Similar books

Book cover: Building Web Apps with GoBuilding Web Apps with Go
by - GitBook
Go programmers pull in the bare necessities to get the job done. Go makes things simple, it's as easy as that. If we train ourselves to align with the 'Go way' of programming for the web, we will end up with more simple and flexible web applications.
(6627 views)
Book cover: Go by ExampleGo by Example
by - GoByExample.com
Go is an open source programming language designed for building simple and reliable software. 'Go by Example' is a hands-on introduction to Go using annotated example programs. It provides a comprehensive overview of the programming language Go.
(7773 views)
Book cover: The Little Go BookThe Little Go Book
by - OpenMyMind.net
An introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling.
(6809 views)
Book cover: Network Programming with GoNetwork Programming with Go
by
A book on building network applications using the Google Go programming language. Contents: Architecture; Overview of the Go language; Socket-level Programming; Data serialization; Application-Level Protocols; Managing character sets and encodings.
(7882 views)