0x19 / goesl

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

go1.12 and go-logging #20

Closed ghenry closed 5 years ago

ghenry commented 5 years ago

Any one else seeing this when building a project that uses goesl?

vendor/github.com/0x19/goesl/logger.go:26:11: too many arguments in call to log.Debug
    have (string, []interface {}...)
    want (...interface {})
vendor/github.com/0x19/goesl/logger.go:30:11: too many arguments in call to log.Error
    have (string, []interface {}...)
    want (...interface {})
vendor/github.com/0x19/goesl/logger.go:34:12: too many arguments in call to log.Notice
    have (string, []interface {}...)
    want (...interface {})
vendor/github.com/0x19/goesl/logger.go:38:10: too many arguments in call to log.Info
    have (string, []interface {}...)
    want (...interface {})
vendor/github.com/0x19/goesl/logger.go:42:13: too many arguments in call to log.Warning
    have (string, []interface {}...)
    want (...interface {})
ghenry commented 5 years ago

glide pulled in v1. Nothing wrong with your code. Apologies.