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