November 2015
Intermediate to advanced
264 pages
7h 30m
English
In this chapter
In chapter 2 you got an overview of the syntax and language structure of Go. Now you’ll dive deeper into how code is organized into packages and how you interact with those packages. Packages are a critical concept in Go. The idea is to separate semantic units of functionality into different packages. When you do this, you enable code reuse and control the use of the data inside each package.
Before we get into the particulars, you should already be familiar with the command prompt or system shell, and you should have Go installed according to the ...
Read now
Unlock full access