go-cookbook

module
v0.0.0-...-6c64ebf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2023 License: MIT

README

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

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

Directories

Path Synopsis
Chapter01
Chapter02
Chapter03
Chapter04
log
Chapter05
Chapter06
grpc/greeter
Package greeter is a generated protocol buffer package.
Package greeter is a generated protocol buffer package.
Chapter07
grpcjson/keyvalue
Package keyvalue is a generated protocol buffer package.
Package keyvalue is a generated protocol buffer package.
Chapter08
bdd
Chapter09
Chapter10
Chapter11
Chapter12
Chapter13

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL