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
Describe the bug After latest update "$GOBIN" added to set-env files , asdf reshim can't find go packages under bin folder
/bin needs to be added to list-bin-path
echo -n "bin go/bin packages/bin"
The text was updated successfully, but these errors were encountered:
Update list-bin-paths to include bin
f1d86ac
Fix asdf-community#143
Got the same issue on Linux and fish, solved in the same way.
Edit ~/.asdf/plugins/golang/bin/list-bin-paths, and make sure the line is
~/.asdf/plugins/golang/bin/list-bin-paths
I opened #146 to fix in the codebase
Sorry, something went wrong.
159af62
go install
Successfully merging a pull request may close this issue.
Describe the bug
After latest update "$GOBIN" added to set-env files , asdf reshim can't find go packages under bin folder
/bin needs to be added to list-bin-path
echo -n "bin go/bin packages/bin"
The text was updated successfully, but these errors were encountered: