docs: add comment [skip ci]

This commit is contained in:
Smirnov Oleksandr 2022-06-29 23:45:21 +03:00
parent bab71dd6b2
commit 79fee384ae

View file

@ -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)