You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: