go: remove helm-go-package

This commit is contained in:
Henrik Lissner 2016-06-17 20:04:29 -04:00
parent 60f395c8d6
commit 4093b93c80

View File

@ -14,7 +14,6 @@
:n "gd" 'godef-jump
(:leader :n "h" 'godef-describe)
(:localleader
:n "p" 'helm-go-package
:n "tr" 'doom:go-test-run-all
:n "ta" 'doom:go-test-run-all
:n "ts" 'doom:go-test-run-package))
@ -40,7 +39,5 @@
(use-package gorepl-mode :commands (gorepl-run gorepl-run-load-current-file))
(use-package helm-go-package :commands helm-go-package)
(provide 'module-go)
;;; module-go.el ends here