rice

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

error (107B)


      1 # -*- mode: snippet -*-
      2 # name: error
      3 # key: err
      4 # contributor : @atotto
      5 # --
      6 if err != nil {
      7 	return err
      8 }