Skip to content

ryo-utsunomiya/go-programming-language-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-programming-language-exercises

My answers to the exercises in the book "The Go Programming Language".

About the book

  • The Go Programming Language https://www.gopl.io/
  • Alan A. A. Donovan · Brian W. Kernighan
  • Published Oct 26, 2015 by Addison-Wesley
  • ISBN: 978-0134190440

Run

cd path/to/exercise
go run main.go

Run tests

cd path/to/exercise
go test

Run Benchmark tests

cd path/to/exercise
go test -bench .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published