https://github.com/sergey-pashaev/gore-mode.git
git clone 'git://github.com/sergey-pashaev/gore-mode.git'
Simple comint-based mode for gore (command-line evaluator for golang code)
go-mode
(available on MELPA)M-x package-install RET gore-mode RET
(setq gore-bin-path "/your/path/to/gore/binary")
git clone git://github.com/sergey-pashaev/gore-mode.git
(add-to-list 'load-path "/<path to gore-mode dir here>/")
(require 'gore-mode)
to your .emacs(setq gore-bin-path "/your/path/to/gore/binary")
M-x run-gore
to enable gore-mode in gore bufferM-x gore-mode
to enable gore-mode in current-bufferC-<return>
wraps user input like so: println(" + %user_input% + ")
then sends it to gore