go.vim: Improve err! iabbrev

This commit is contained in:
Rob Watson 2021-12-20 21:09:44 +01:00
parent 95da2c59d8
commit ecbaf54610
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ iabbrev logi log.Info().Msg("
iabbrev loge log.Error().Msg("
iabbrev logf log.Fatal().Msg("
iabbrev ctxcc ctx context.Context
iabbrev err! err != nil {<cr>
iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev ior io.Reader
iabbrev iow io.Writer
iabbrev gof go func() {