/vim-go-guard

Primary LanguageVim scriptMIT LicenseMIT

Use guard in Your Vim

guard is a very handy tool to generate guard for a constructor. This plugin is created to use guard in your Vim.

Intall

vim-plug:

Plug 'romanyx/vim-go-guard'

Usage

Simply do:

:GoGuard func {function}
:GoGuard call {function}

Requirements