From 7980884ac59196888352c62aedd5861fb32cafd1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 2 Aug 2019 15:10:42 -0700 Subject: [emacs] add list of tools needed for go --- emacs.d/custom/fcuny-go.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/emacs.d/custom/fcuny-go.el b/emacs.d/custom/fcuny-go.el index 9cc72cf..b8b76dd 100644 --- a/emacs.d/custom/fcuny-go.el +++ b/emacs.d/custom/fcuny-go.el @@ -1,3 +1,19 @@ +;; go tools that are needed: +;; go get -u github.com/mdempsky/gocode +;; go get -u github.com/rogpeppe/godef +;; go get -u golang.org/x/tools/cmd/gopls +;; go get -u golang.org/x/tools/cmd/goimports +;; go get -u golang.org/x/tools/cmd/gorename +;; go get -u golang.org/x/tools/cmd/gotype +;; go get -u golang.org/x/tools/cmd/godoc +;; go get -u github.com/go-delve/delve/cmd/dlv +;; go get -u github.com/josharian/impl +;; go get -u github.com/cweill/gotests/... +;; go get -u github.com/fatih/gomodifytags +;; go get -u github.com/davidrjenni/reftools/cmd/fillstruct +;; go get -u github.com/uudashr/gopkgs/cmd/gopkgs +;; go get -u onnef.co/go/tools/... + (use-package go-mode :ensure t -- cgit 1.4.1