➜ Stout git:(master) go build -o ../stout src/*
src/utils.go:15:2: cannot find package "github.com/sspencer/go-ini" in any of:
/home/rmamaev/go/src/github.com/slastique/Stout/vendor/github.com/sspencer/go-ini (vendor tree)
/usr/local/go/src/github.com/sspencer/go-ini (from $GOROOT)
/home/rmamaev/go/src/github.com/sspencer/go-ini (from $GOPATH)
I don't understand why it tries to find sspencer/go-ini instead of zackbloom/go-ini (I've downloaded it via godep) but Stout built successfuly after go get github.com/sspencer/go-ini
I'm sorry if it is a problem of my env
So, I've tried to build Stout and I got an error
I don't understand why it tries to find sspencer/go-ini instead of zackbloom/go-ini (I've downloaded it via godep) but Stout built successfuly after
go get github.com/sspencer/go-ini