Skip to content

Commit

Permalink
Add command :GoIfErr
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jun 8, 2018
1 parent 44b9914 commit d52d7f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ftplugin/go/commands.vim
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@ endif
" -- issue
command! -nargs=0 GoReportGitHubIssue call go#issue#New()

" -- iferr
command! -nargs=0 GoIfErr call go#iferr#Generate()

" vim: sw=2 ts=2 et

0 comments on commit d52d7f3

Please sign in to comment.