-
Notifications
You must be signed in to change notification settings - Fork 8
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
panic : Dir not found #7
Comments
Did you follow these instructions? |
The |
(the default for the temporary dir this is created in is |
... but there's definitely no need to download |
BTW do you have the |
(that panic looks like it's coming from my package helper package patsy, which resolves the dir given a package path... It badly needs updating to work without GOPATH, but right now I think it'll panic). |
I did ran the initialise command first,but found out that the project doesn't work with the machine that has a ram less than 1GB (the command said that it is out of memory.) and the latest version of |
When I type "go env" , the GOPATH value is exist but still panic. |
Hello Dave.I am a college student try to run the project locally for an education purpose.
First , I am not sure what should be contain in the "assets.zip" file so I just put a single main.go file
that just print out hello world.
After downloaded the zip to the directory,I had tried to start a go server which give me an output
"panic : Dir not found for github.com/dave/jsgo/assets/static/"
which the static directory is exist.
In summary,I just cloned the git into my gopath/src directory and downloaded assets.zip to the specific
directory without remove or modify any file or directory.
The text was updated successfully, but these errors were encountered: