We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build on Windows, I get these errors:
# github.com/acarl005/ls-go ..\..\..\..\acarl005\ls-go\ls-windows.go:59:10: undefined: syscall.Stat_t ..\..\..\..\acarl005\ls-go\ls-windows.go:60:9: undefined: syscall.Stat ..\..\..\..\acarl005\ls-go\ls-windows.go:62:35: undefined: "golang.org/x/sys/windows".Major ..\..\..\..\acarl005\ls-go\ls-windows.go:63:35: undefined: "golang.org/x/sys/windows".Minor
It seems that syscall.Stat_t is only available on Linux systems, and I'm not sure when windows.Major/Minor was deprecated...
syscall.Stat_t
windows.Major/Minor
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When trying to build on Windows, I get these errors:
It seems that
syscall.Stat_t
is only available on Linux systems, and I'm not sure whenwindows.Major/Minor
was deprecated...The text was updated successfully, but these errors were encountered: