mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:30:05 +08:00
Fix errors in Go layer shortcuts in the documentation (#2955)
This commit is contained in:
parent
4e9c987689
commit
26025bcaf4
@ -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 |
|
||||
|
||||
**代码格式化:**
|
||||
|
||||
|
@ -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:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user