Skip to content

tduffy000/go-programming-language

Repository files navigation

go-programming-language

This repo contains the code related to the exercises within the book The Go Programming Language by Alan A.A. Donovan & Brian W. Kernighan.

The book has its own page here and an accompanying source code repo.

Local packages

Some of these assignments ask for the definition of a package object (or at least suggest use of one to minimize duplication). Here, we've placed those packages in /src/. You will simply have to update your GOPATH as:

export GOPATH=$HOME/go:$HOME/<PATH_OF_THIS_REPO>/go-programming-language

if you want to use them internal to the chapter exercise directories.

About

Code from the book The Go Programming Language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published