initpy / go-book

A book for learning the Go Programming Language
http://go-book.appspot.com/
115 stars 30 forks source link

Fix Getting funky with functions #38

Open matisojka opened 10 years ago

matisojka commented 10 years ago

Since Go 1, there have been some changes in the error handling. Some things got moved into different packages, some got "promoted" (like the os.Error => error).

Fixes #34

Thanks for this great tutorial, it is really nicely written!