Logo

Go by Example by Mark McGranaghan

Small book cover: Go by Example

Go by Example
by

Publisher: GoByExample.com

Description:
Go is an open source programming language designed for building simple, fast, and reliable software. 'Go by Example' is a hands-on introduction to Go using annotated example programs. It provides the reader with a comprehensive overview of the new open source programming language Go.

Home page url

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

Similar books

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.
(7881 views)
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.
(6625 views)
Book cover: Go BootcampGo Bootcamp
by - golangbootcamp.com
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.
(7284 views)
Book cover: An Introduction to Programming in GoAn Introduction to Programming in Go
by
This book is a short introduction to computer programming using the language Go. Go is a general purpose programming language with modern features, clean syntax and a well-documented common library, making it an ideal first programming language.
(10963 views)