jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Unnecessary dependency on Lumber? #13

Closed maxekman closed 11 years ago

maxekman commented 11 years ago

First of all, this seems to be a nice library and I would love to (and will most likely) contribute when I start to use it soon!

Is the dependency on Lumber really necessary? As a networking library I think logging should be kept to a minimum and if anything be done with the built in logger. I would love to use Turnpike but I don't see a need for having Lumber forced on me (which will happen if I "go get" this at the moment.)

jcelliott commented 11 years ago

Glad you like turnpike. I agree about Lumber, I'll remove it.

maxekman commented 11 years ago

Perfect! Makes for a cleaner library without extra dependencies.

On 4 okt 2013, at 23:44, Joshua C Elliott notifications@github.com wrote:

Glad you like turnpike. I agree about Lumber, I'll remove it.

— Reply to this email directly or view it on GitHub.