Skip to content

Code reposiory for Learning Go Programming, published by Packt

License

Notifications You must be signed in to change notification settings

andrimarin/Learning-Go-Programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Code reposiory for Learning Go Programming, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.9%
  • HTML 1.1%