ericdallo / hover.el

Flutter tool to run hover on emacs
GNU General Public License v3.0
42 stars 5 forks source link

hover cant find go executable in $PATH #6

Open x0xntor33alx0x opened 3 years ago

x0xntor33alx0x commented 3 years ago

Go build failed: exec: "go": executable file not found in $PATH while i can run go from an external terminal and i've a symlink in the PATH

ericdallo commented 3 years ago

hey, you probably don't have your PATH variable correct setted up on Emacs. You can also configure a custom path with (setq hover-command-path "/path/to/hover")