1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00

Fix typo in imports in go doc (#3272)

This commit is contained in:
Tobias Bales 2019-12-31 10:19:57 +01:00 committed by Wang Shidong
parent 12409e165b
commit f3df8b24df

View File

@ -62,7 +62,7 @@ go get -u github.com/jstemmer/gotags
| `SPC l k` | add tags |
| `SPC l K` | remove tags |
| `SPC l l` | list declarations in file |
| `SPC l m` | format improts |
| `SPC l m` | format imports |
| `SPC l M` | add import |
| `SPC l r` | go run |
| `SPC l s` | fill struct |