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