1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-24 18:52:22 +08:00

feat(go): update go layer doc

close https://github.com/SpaceVim/SpaceVim/issues/3444
This commit is contained in:
wsdjeg 2022-10-21 12:05:12 +08:00
parent 6b989ef361
commit b488dd5aeb

View File

@ -81,7 +81,7 @@ go install github.com/jstemmer/gotags@latest
**Import key bindings:**
| Key Bindings | Descriptions |
| ------------ | ------------------------- |
| ------------ | ---------------------------------------------- |
| `SPC l a` | go alternate |
| `SPC l b` | go build |
| `SPC l c` | go coverage |
@ -95,7 +95,7 @@ go install github.com/jstemmer/gotags@latest
| `SPC l I` | implement stubs |
| `SPC l k` | add tags |
| `SPC l K` | remove tags |
| `SPC l l` | list declarations in file |
| `SPC l l` | list declarations, need `ctrlp` or `fzf` layer |
| `SPC l m` | format imports |
| `SPC l M` | add import |
| `SPC l r` | go run |