Add support for go-gen-test

This commit is contained in:
nobv 2019-10-23 01:06:46 +09:00
parent 0ccf31635d
commit 5de62574bc
4 changed files with 13 additions and 1 deletions

View file

@ -51,7 +51,11 @@
"t" #'+go/test-rerun
"a" #'+go/test-all
"s" #'+go/test-single
"n" #'+go/test-nested)))
"n" #'+go/test-nested)
(:prefix ("gt" . "gen-test")
"d" #'go-gen-test-dwim ; Generate tests for functions you want to.
"a" #'go-gen-test-all ; Generate tests for all functions.
"e" #'go-gen-test-exported))) ; Generate tests for all exported functions.
(use-package! gorepl-mode