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 tried to use revel package based on the help message:
usage: revel package [import path]
Package the Revel web application named by the given import path.
This allows it to be deployed and run on a machine that lacks a Go installation.
However when I deployed my app, and tried to run it on a different machine I got the following message:
2013/06/13 20:01:04 revel.go:236: Failed to load module. Import of github.com/robfig/revel/modules/static failed: cannot find package "github.com/robfig/revel/modules/static" in any of:
/usr/local/go/src/pkg/github.com/robfig/revel/modules/static (from $GOROOT)
($GOPATH not set)