update build tag settings due to plugin change

This commit is contained in:
v2ray
2016-05-29 16:37:30 +02:00
parent 8f4bd95bc3
commit 06aaaf970b
+1 -3
View File
@@ -2,7 +2,5 @@
{
"editor.tabSize": 2,
"go.buildFlags": ["-tags", "json"],
"go.lintFlags": ["-tags", "json"],
"go.vetFlags": ["-tags", "json"]
"go.buildTags": "json"
}