-
Notifications
You must be signed in to change notification settings - Fork 231
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
Cannot do --run
with go1.11 using go mod under windows.
#217
Comments
realize version: 2.0.3 |
Ok, glad I wasn't the only one experiencing this. I was going mad trying to figure out why this tool wouldnt work :) |
And it's not only for windows, but mac also. Please fix this as soon as possible. Thanks! |
Same on Linux |
Any news? |
If I recall correctly I was able to workaround by trying...
Can't remember which flag I set for |
I had to But |
related to #207 |
I'm getting |
thanks for the support and for the reports, in the last months we had some company changes but in the first trimester 2019 we will release a new version |
if anyone’s looking for a quick and dirty solution before this is resolved, i’ve put together some shell scripts into a makefile/docker image which you can find at https://github.com/zephinzer/golang-dev |
@asoseil everything ok? Is this project still alive? |
@ALL, Any workaround on this until new version will fix? |
I came up with this issue as well and worked out a solution. As a workaround, you can modify your commands:
install:
status: true
method: go build -o <path/to/built/binary>
run:
status: true
method: <path/to/built/binary> |
I happened to the same issue. Finally, I realized that the trash
|
➜ xgk-wechat-go-gin git:(master) realize s [07:36:42][XGK-WECHAT-GO-GIN] : Install started goroutine 14 [running]: |
------------ directory:
-- main.go
-- go.mod
main.go:
start realize:
error shows:
But when I remove go.mod, everything works fine.
The text was updated successfully, but these errors were encountered: