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

Unable to determine import path from : #1505

Open
kstenerud opened this issue Aug 11, 2020 · 1 comment
Open

Unable to determine import path from : #1505

kstenerud opened this issue Aug 11, 2020 · 1 comment

Comments

@kstenerud
Copy link

I fetched revel using go get github.com/revel/cmd/revel, made a default application using revel new myapp, then added an import to a local development project in init.go, then ran revel run myapp, but it fails with an error:

ERROR 14:28:55   revel.go:98: Unable to determine import path from : 

Does revel not handle replace in go.mod?

@goevexx
Copy link
Contributor

goevexx commented Sep 5, 2020

I use replace in go.mod file as well to develop on local versions of revel modules. I can't complain so far.

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