home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

iferr (83B)


      1 # -*- mode: snippet -*-
      2 # name: if err != nil { ... }
      3 # --
      4 if err != nil {
      5 	`%`$0
      6 }