-
Notifications
You must be signed in to change notification settings - Fork 246
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
Issue in pixelgl, can not import "." package? #275
Comments
Just a sidenote - if you want to post a multiline code snippet, you need to use triple backticks to make it a code block:
(You can click "quote reply" in the menu at the top-right of my comment to see what that looks like before formatting). |
ok. got it. So whats the problem? |
My apologies, I'm not in a position to try it out right now, just wanted to help you improve your question so the future answerer has an easier time. Good luck! |
Can you post the value of your GOPATH and GOROOT please? |
Could you solve it? I have the same problem Edit: nevermind, it was just the $GOPATH |
@TheFlowDevelopment are you still having issues? If so, please post your GOPATH AND GOROOT; if not, please close this issue. Thanks! |
i have a code like this for my idie game:
But if i build the main.go OR run the file i getting this issue:
cannot find package "." in: C:\Go\src\github.com\faiface\pixel\pixelgl
i tryed:
go get github.com\faiface\pixel\pixelgl
and
go get github.com\faiface\pixel
The text was updated successfully, but these errors were encountered: