docs: add comment [skip ci]
This commit is contained in:
parent
bab71dd6b2
commit
79fee384ae
1 changed files with 8 additions and 0 deletions
|
|
@ -109,6 +109,14 @@ Generate tests only for exported functions/methods in current file
|
|||
:GoGenerate %
|
||||
```
|
||||
|
||||
8. Generate doc comment
|
||||
|
||||
First set a cursor on **public** package/function/interface/struct and execure:
|
||||
|
||||
```vim
|
||||
:GoCmt
|
||||
```
|
||||
|
||||
## Thanks
|
||||
|
||||
- [go.nvim](https://github.com/ray-x/go.nvim)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue