-
Notifications
You must be signed in to change notification settings - Fork 152
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
undefined: newDriver compile linux from mac #125
Comments
Does it compile normally when just building for macos? |
Yes, it is normally when building for macos. |
Do you have your go.mod setup correctly? maybe try a |
I don't use go.mod in my code. do i have to use linux to compile? |
Ah that's the problem then. you must be missing the dependency somehow. I'd recommend looking into using go modules to manage your dependencies. You might be able to fix your build with |
Hey, I try compile my application to linux from mac but I got error like this:
this is my
go env
thanks for the solution
The text was updated successfully, but these errors were encountered: