hover.el
hover.el copied to clipboard
hover cant find go executable in $PATH
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
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")