An Introduction to Programming in Go
by Caleb Doxsey
2012
ISBN/ASIN: 1478355824
ISBN-13: 9781478355823
Number of pages: 165
Description:
This book is a short, concise introduction to computer programming using the language Go. Designed by Google, Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, making it an ideal language to learn as your first programming language.
Download or read it online for free here:
Download link
(2.8MB, PDF)
Similar books
Building Web Apps with Go
by Jeremy Saenz - 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.
(7015 views)
by Jeremy Saenz - 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.
(7015 views)
Go by Example
by Mark McGranaghan - 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.
(8134 views)
by Mark McGranaghan - 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.
(8134 views)
Network Programming with Go
by Jan Newmarch
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.
(8389 views)
by Jan Newmarch
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.
(8389 views)
Go Bootcamp
by Matt Aimonetti - 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.
(7703 views)
by Matt Aimonetti - 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.
(7703 views)