1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00

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

View File

@ -2,7 +2,5 @@
{
"editor.tabSize": 2,
"go.buildFlags": ["-tags", "json"],
"go.lintFlags": ["-tags", "json"],
"go.vetFlags": ["-tags", "json"]
"go.buildTags": "json"
}