{ "map": { "prefix": "map", "description": "Map type", "body": "map[${1:keytype}]${2:valtype}" }, ":": { "prefix": ":", "description": "Variable declaration :=", "body": "${1:name} := ${0:value}" }, "json": { "prefix": "json", "description": "JSON field", "body": "`json:\"${1:displayName}\"`" }, "err": { "prefix": "err", "description": "Basic error handling", "body": [ "if err != nil {", "\tlog.${1:Fatal}(err)", "\\}" ] } }