wintermi / zsh-golang

A simple zsh plugin for the Go programming language toolchain.
Apache License 2.0
5 stars 0 forks source link

WARNING: 'g', 'go' or 'gofmt' command not found #1

Open sayasuhendra opened 1 year ago

sayasuhendra commented 1 year ago

it make me got this error messages.

WARNING: 'g', 'go' or 'gofmt' command not found

it's gone when i disable this plugin. i don't know why.

i have been trying all the solutions in bellow stackoverflow thread. even i remove my go installation. but not fix my issue. https://stackoverflow.com/questions/66894200/error-message-go-go-mod-file-not-found-in-current-directory-or-any-parent-dire/76792108#76792108

thanks for reading and responding my issue.

wintermi commented 1 year ago

You get this error message when the plugin is unable to find the commands g, go and gofmt in the path.

This is most likely due to the g version manager not being installed. Check the installation instructions at https://github.com/stefanmaric/g