Skip to content

xingdl2007/gopl-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Go Programming Language Book's Solutions

This repository provides the downloadable exercise solution programs for the book, "The Go Programming Language"; see http://www.gopl.io.

These exercise solution programs are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Creative Commons License

You can download, build, and run the programs with the following commands:

$ export GOPATH=$HOME/gobook            # choose workspace directory
$ go get gopl-solutions/ch1/1.1         # fetch, build, install
$ $GOPATH/bin/1.1 a b c                 # run
=> $GOPATH/bin/1.1 a b c

or you can reference it at gitbook.

Releases

No releases published

Packages

No packages published

Languages