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 AIX, the following error occurs:
-bash-5.2$ go version go version go1.23.1 aix/ppc64 -bash-5.2$ go build . # github.com/IBM/nzgo/v12 ./connector.go:102:13: undefined: userCurrent
It looks like a simple matter of adding the aix build tag. I will submit a PR with a suggested fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to build on AIX, the following error occurs:
It looks like a simple matter of adding the aix build tag. I will submit a PR with a suggested fix.
The text was updated successfully, but these errors were encountered: