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
Trying to run a skeleton I created with "rev new rest".
Trying to run "rev run rest" and getting this error:
revel.go:58: Failed to import rest with error: import "rest": cannot find package
I'm assuming it wants my project to be in a specific place... $GOROOT perhaps? How can I let it know where it should be looking... I get an error when I pass an absolute path.