From 79fee384ae13a52a439351bfe37217bee9685eca Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Wed, 29 Jun 2022 23:45:21 +0300 Subject: [PATCH] docs: add comment [skip ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)