Guest User

Untitled

a guest
Oct 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. "Check errors for call": {
  3. "prefix": "ifecall",
  4. "body": [
  5. "if err := ${1:Fun()}; err != nil {",
  6. "",
  7. "}"
  8. ],
  9. "description": "Check errors for call"
  10. }
  11. }
Add Comment
Please, Sign In to add comment