Add support for go-gen-test
This commit is contained in:
parent
0ccf31635d
commit
5de62574bc
4 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue