1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

Remove new_go.json

This commit is contained in:
Timothy Clem 2016-12-05 14:53:24 -08:00
parent e7775aa7ff
commit 8bd7463dc2

View File

@ -1,20 +0,0 @@
[
{
"repoUrl": "https://github.com/joshvera/go.git",
"language": "go",
"fileExt": ".go",
"templateText": "package main\n",
"syntaxes": [
{
"syntax": "go-and-defer-statements",
"insert": "defer x.y()\ngo x.y()",
"replacement": "defer a.b()\ngo c.d()"
},
{
"syntax": "selector-expressions",
"insert": "a.b.c()",
"replacement": "x.y.z()"
}
]
}
]