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
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