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
I don't really have a lot of experience with go, so I might be doing something dumb, but godep go build returns the following error (while building on OS X):
main.go:18:2: cannot find package "github.com/snowplow/sql-runner/playbook" in any of:
/usr/local/Cellar/go/1.4.2/libexec/src/github.com/snowplow/sql-runner/playbook (from $GOROOT)
/Users/jakedust/workspace/pkg/sql-runner/Godeps/_workspace/src/github.com/snowplow/sql-runner/playbook (from $GOPATH)
/Users/jakedust/.go/src/github.com/snowplow/sql-runner/playbook
main.go:19:2: cannot find package "github.com/snowplow/sql-runner/run" in any of:
/usr/local/Cellar/go/1.4.2/libexec/src/github.com/snowplow/sql-runner/run (from $GOROOT)
/Users/jakedust/workspace/pkg/sql-runner/Godeps/_workspace/src/github.com/snowplow/sql-runner/run (from $GOPATH)
/Users/jakedust/.go/src/github.com/snowplow/sql-runner/run
godep: go exit status 1
After a go get github.com/snowplow/sql-runner, the build works fine.
The text was updated successfully, but these errors were encountered:
I don't really have a lot of experience with go, so I might be doing something dumb, but
godep go build
returns the following error (while building on OS X):After a
go get github.com/snowplow/sql-runner
, the build works fine.The text was updated successfully, but these errors were encountered: