flashmob / go-guerrilla

Mini SMTP server written in golang
MIT License
2.79k stars 366 forks source link

latest go-guerrilla doesn't compile #75

Closed mrcpvn closed 7 years ago

mrcpvn commented 7 years ago

Hello, I tried to go get the latest changes but go install is failing. flashmob/go-guerrilla/event.go:78: cannot use EventBus.New() (type EventBus.Bus) as type *EventBus.EventBus in assignment: need type assertion

I noticed that the package github.com/asaskevich/EventBus has been changed 6 days ago and created a problem with the compilation of go-guerrilla. https://github.com/asaskevich/EventBus/commit/5666508a36b5a5347eb4420d52b5e4c4368c8235

flashmob commented 7 years ago

Oops. Please try with glide It's currently locked to the following revision: ab9e5ceb2cc1ca6f36a5813c928c534e837681c2 You could also clone event bus and checkout that revision.

On 21 March 2017 at 21:54, mrcpvn notifications@github.com wrote:

Hello, I tried to go get the latest changes but go install is failing. flashmob/go-guerrilla/event.go:78: cannot use EventBus.New() (type EventBus.Bus) as type *EventBus.EventBus in assignment: need type assertion

I noticed that the package github.com/asaskevich/EventBus has been changed 6 days ago and created a problem with the compilation of go-guerrilla. asaskevich/EventBus@5666508 https://github.com/asaskevich/EventBus/commit/5666508a36b5a5347eb4420d52b5e4c4368c8235

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/flashmob/go-guerrilla/issues/75, or mute the thread https://github.com/notifications/unsubscribe-auth/AAnmP3MYWBy1XIy7jwguVXHNIbLnteKMks5rn6xpgaJpZM4MjoGP .