Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with godep go build straight out of the box #29

Closed
andrioni opened this issue Sep 9, 2015 · 1 comment
Closed

Issue with godep go build straight out of the box #29

andrioni opened this issue Sep 9, 2015 · 1 comment

Comments

@andrioni
Copy link
Contributor

andrioni commented Sep 9, 2015

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.

@jbeemster
Copy link
Member

Closing as the package structure has been changed to put all snowplow code in one folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants