Have go-test use verbose output

This commit is contained in:
2019-03-26 01:31:54 +00:00
parent 6c1d53c9f2
commit 448f7fe268

View File

@@ -108,7 +108,10 @@
("C-c , c" . go-test-current-coverage)
("C-c , b" . go-test-current-benchmark)
("C-c , B" . go-test-current-project-benchmarks)
("C-c , r" . go-run)))
("C-c , r" . go-run))
:config
(setq go-test-verbose t))
(use-package go-projectile
:after go-mode