0x19 / goesl

Freeswitch Event Socket Library wrapper for Go
https://godoc.org/github.com/0x19/goesl
MIT License
125 stars 124 forks source link

>go get github.com/0x19/goesl fails #4

Closed eschmidbauer closed 8 years ago

eschmidbauer commented 8 years ago
>go get github.com/0x19/goesl
# github.com/0x19/goesl
..\..\0x19\goesl\logger.go:26: too many arguments in call to log.Debug
..\..\0x19\goesl\logger.go:30: too many arguments in call to log.Error
..\..\0x19\goesl\logger.go:34: too many arguments in call to log.Notice
..\..\0x19\goesl\logger.go:38: too many arguments in call to log.Info
..\..\0x19\goesl\logger.go:42: too many arguments in call to log.Warning
0x19 commented 8 years ago

Interesting. It must be that something got changed in dependency logger. Thanks for finding this out. I'll get on this asap.

0x19 commented 8 years ago

Fixed it @eschmidbauer