MELPA is unix based. I've been trying to install go-mode in emacs but came to nothing.
Are there any ways to install go-mode with all of its features in emacs on Windows
MELPA is unix based. I've been trying to install go-mode in emacs but came to nothing.
Are there any ways to install go-mode with all of its features in emacs on Windows
add this to your init file:
(package-install 'go-mode)
or just paste it into the scratch buffer and M-X eval-last-sexp