diff --git a/README.md b/README.md index ce1f69e..2f03ebf 100644 --- a/README.md +++ b/README.md @@ -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)