Skip to content

A repository for all the exercises I'm completing reading through my copy of "The Go Programming Language"

Notifications You must be signed in to change notification settings

cpaika/the-go-programming-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Go Programming Language

This repository is a record of my progress through my copy of "The Go Programming Language". Each top level folder corresponds to a chapter of the book, with subfolders for the subsection of the chapter.

Note that any comments in the code are for my personal understanding as I went through the exercises.

To run any exercise:

  1. Install Golang on your computer. On Mac or Linux, you can install Go via homebrew:
brew install golang
  1. Execute any of the completed exercises, for example:
go run chapter-one/1-hello-world/hello-world.go

The Go Programming Language book

About

A repository for all the exercises I'm completing reading through my copy of "The Go Programming Language"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages