Programmer Books

Build Web Application with Golang [PDF]

Build Web Application with Golang

Go Environment Configuration

Go is a fast-compiled, garbage-collected, concurrent systems programming language. It has the following advantages:

Go is a compiled language. It combines the development efficiency of interpreted or dynamic languages with the security of
static languages. It is going to be the language of choice for modern, multi-core computers with networking. For these
purposes, there are some problems that need to inherently be resolved at the level of the language of choice, such as a richly expressive lightweight type system, a native concurrency model, and strictly regulated garbage collection. For quite some time, no packages or tools have emerged that have aimed to solve all of these problems in a pragmatic fashion; thus was born the motivation for the Go language.

In this chapter, I will show you how to install and configure your own Go development environment.


You can also get this PDF by using our Android Mobile App directly: