From 850b5e97235c4a00c3b34757e414db4bab77ff9a Mon Sep 17 00:00:00 2001 From: Rob Merrell Date: Sat, 4 Apr 2015 07:57:35 -0600 Subject: [PATCH] documented the 'go test' keyboard command --- contrib/lang/go/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/lang/go/README.md b/contrib/lang/go/README.md index e3c220cbe..d0d00a8ba 100644 --- a/contrib/lang/go/README.md +++ b/contrib/lang/go/README.md @@ -45,6 +45,7 @@ To use this contribution add it to your `~/.spacemacs` SPC m p b | go-play buffer SPC m p r | go-play region SPC m p d | download go-play snippet +SPC m t p | run "go test" for the current package SPC m g | go jump to definition