rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

wrap-error (130B)


      1 # -*- mode: snippet -*-
      2 # name: wraperror
      3 # key: werr
      4 # contributor : @mjf
      5 # --
      6 if err != nil {
      7    return errors.Wrap(err, "$0")
      8 }