dot-files/gosnippets/minisnip/_go_errw

4 lines
53 B
Plaintext

if err != nil {
return errors.Wrap(err, "{{++}}")
}