initpy / go-book

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

Error on interfaces page #62

Open jyrrej opened 8 years ago

jyrrej commented 8 years ago

Line 42 in the function definition BorrowMoney()

loan += amount should be s.loan += amount