PacktPublishing / Learning-Go-Programming

Code reposiory for Learning Go Programming, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Learning Go Programming This is the code repository for Learning Go Programming, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

package main
import "fmt"
func main() {
 fmt.Println("Hello, World!")
}


$> go version
go version go1.6.1 linux/amd64

To follow the examples in this book, you will need Go version 1.6 or later. Go supports architectures including AMD64, x386, and ARM running the following operating systems: Windows XP (or later) Mac OSX 10.7 (or later) Linux 2.6 (or later) FreeBSD 8 (or later)

##Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781784395438

About

Code reposiory for Learning Go Programming, published by Packt

License:MIT License


Languages

Language:Go 98.9%Language:HTML 1.1%