Add go-playground package to siren-golang module

This commit is contained in:
2018-05-16 13:42:24 +01:00
parent 56eb8b30c4
commit f762ac03d4

View File

@@ -100,5 +100,8 @@
(with-eval-after-load 'go-mode
(add-hook 'flycheck-mode-hook #'flycheck-gometalinter-setup)))
(use-package go-playground
:commands go-playground)
(provide 'siren-golang)
;;; siren-golang.el ends here