flashmob / go-guerrilla

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

Can't use go-guerilla as a lib with dep #121

Open athoune opened 6 years ago

athoune commented 6 years ago

toto.go:5:2: import "mygit.com/mygroup/myproject/vendor/github.com/flashmob/go-guerrilla" is a program, not an importable package

I'm using go 1.11

main package should go in a guerillad folder?

athoune commented 6 years ago

This PR https://github.com/flashmob/go-guerrilla/pull/122 fix the error. Ok, it's violent, I migrate go-guerilla from glide to dep.