initpy / go-book

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

Missing character in "Interfaces" #51

Open hkic opened 9 years ago

hkic commented 9 years ago

http://go-book.appspot.com/interfaces.html

Line 42 should be replaced by s.loan += amount // (again and again and...) instead of loan += amount // (again and again and...)