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

go get command fails with "no buildable Go source files" #42

Closed
tleyden opened this issue Jul 20, 2017 · 2 comments
Closed

go get command fails with "no buildable Go source files" #42

tleyden opened this issue Jul 20, 2017 · 2 comments

Comments

@tleyden
Copy link

tleyden commented Jul 20, 2017

I ran into an error running go get:

$ go get github.com/fauna/faunadb-go
package github.com/fauna/faunadb-go: no buildable Go source files in /$GOPATH/src/github.com/fauna/faunadb-go

This works:

$ go get github.com/fauna/faunadb-go/...

To have go get github.com/fauna/faunadb-go work as stated, you'd need to move everything from /fauna/* up a directory into the root.

@erickpintor
Copy link
Contributor

erickpintor commented Jul 20, 2017

Thanks for the feedback. I guess go get github.com/fauna/faunadb-go/faunadb also works.

@erickpintor
Copy link
Contributor

The hello tutorial has been fixed. Thanks for the feedback.

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