This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# for use with emacs/vim/etc as goimports and goflymake | |
# | |
# I use it with config like: | |
# | |
# (setenv "GOPATH" (expand-file-name "~/Projects/go")) | |
# (setenv "PATH" "~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:~/Projects/go/bin:/usr/local/go/bin") | |
# (setq exec-path (append exec-path (list (expand-file-name "~/Projects/go/bin") "/usr/local/go/bin"))) | |
# |
OlderNewer