-
Notifications
You must be signed in to change notification settings - Fork 10
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
"no Go files in" error #7
Comments
It looks something is wrong with GOPATH. Also you can build project from
|
great news thank you, successful build inside cmd. I was wondering could peerstohttp be demonized after restart. |
I was able to build windows version using command env GOOS=windows GOARCH=386 go build -mod=vendor -o peerstohttp32bit.exe MD5 hash of peerstohttp64bit.exe: MD5 hash of peerstohttp32bit.exe: |
I think its OS-side problem. You can build project by adding some flags which prevent command-line window opening under Windows: |
@omgbox still experiencing the issue? |
cheated and used InstallUtil.exe utility :) all good |
how to build this properly , i get no go files
The text was updated successfully, but these errors were encountered: