DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

SimpleClient uses nil logger #16

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

Working in other code, I accidentally discovered a problem at simple.go +85. We should never use sc.logger without testing for nil first.

Find any other broken uses like this, add tests, and fix all.