Skip to content

PacktPublishing/Go-Cookbook

Repository files navigation

Go Cookbook

This is the code repository for Go Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a large standard library.

Instructions and Navigation

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 "github.com/agtorre/go-cookbook/chapter1/tempfiles"
func main() {
    if err := tempfiles.WorkWithTemp(); err != nil {
        panic(err)
    }
}

To use this book, you’ll need the following:

A Unix programming environment The latest version of the Go 1.x series An Internet connection Permission to install additional packages as described in each chapter

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/9781783286836

About

Go Cookbook, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages