Go get failing on a Revel app

I’ve built an app using the Revel framework and as part of the install instructions I wanted to say to say to use go get but when I do I get this:

$ go get github.com/digininja/authlab
package github.com/digininja/authlab: no Go files in /home/robin/go/src/github.com/digininja/authlab

The install works fine but some of my users are likely to panic about the warning even though it doesn’t mean anything. I’ve checked the help and there doesn’t seem to be a way to hide the warning.

Should I just throw a basic .go file in the root directory to suppress it or is there a better way?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.