1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00

Fix errors in Go layer shortcuts in the documentation (#2955)

This commit is contained in:
秋のかえで 2019-07-19 12:46:07 +08:00 committed by Wang Shidong
parent 4e9c987689
commit 26025bcaf4
2 changed files with 4 additions and 4 deletions

View File

@ -63,11 +63,11 @@ go get -u github.com/jstemmer/gotags
| `SPC l l` | list declarations in file |
| `SPC l m` | format improts |
| `SPC l M` | add import |
| `SPC l r` | go referrers |
| `SPC l r` | go run |
| `SPC l s` | fill struct |
| `SPC l t` | go test |
| `SPC l v` | freevars |
| `SPC l x` | go run |
| `SPC l x` | go referrers |
**代码格式化:**

View File

@ -64,11 +64,11 @@ go get -u github.com/jstemmer/gotags
| `SPC l l` | list declarations in file |
| `SPC l m` | format improts |
| `SPC l M` | add import |
| `SPC l r` | go referrers |
| `SPC l r` | go run |
| `SPC l s` | fill struct |
| `SPC l t` | go test |
| `SPC l v` | freevars |
| `SPC l x` | go run |
| `SPC l x` | go referrers |
**Code formatting:**