This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 279
Local file #108
Comments
#77 => the advice here doesn't work |
Can confirm that this is no longer working. |
This only works when the local project is inside GOPATH |
@pjebs , I just built a local project without any real issue (after I fixed my environment variables). Is this still an issue for you? What error are you receiving? |
@karalabe I would like to build from outside the GOPATH such as the files located in Documents/myproejct/gosrc/main. |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I use this to x-compile a local project. It seems to attempt to search on the internet for my package which obviously doesn't exist.
equivalent to just
go build *.go
?The text was updated successfully, but these errors were encountered: