flashmob / go-guerrilla

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

Missing go-qprintable Getting Started section of README #7

Closed eparra closed 8 years ago

eparra commented 9 years ago

I needed go-qprintable for this to compile, which was missing in the getting started section of README.

eparra@eparra:~/go$ go get github.com/ziutek/mymysql/thrsafe eparra@eparra:~/go$ go get github.com/ziutek/mymysql/autorc eparra@eparra:~/go$ go get github.com/ziutek/mymysql/godrv eparra@eparra:~/go$ go get github.com/sloonz/go-iconv eparra@eparra:~/go$ go get github.com/garyburd/redigo/redis eparra@eparra:~/go$ go build go-guerrilla.go go-guerrilla.go:72:2: cannot find package "github.com/sloonz/go-qprintable" in any of: /usr/local/go/src/github.com/sloonz/go-qprintable (from $GOROOT) /Users/eparra/go/src/github.com/sloonz/go-qprintable (from $GOPATH) eparra@eparra:~/go$ go get github.com/sloonz/go-qprintable eparra@eparra:~/go$ go build go-guerrilla.go