9 lines
173 B
JSON
9 lines
173 B
JSON
|
{
|
||
|
"go.testTags": "test,buildtools",
|
||
|
"go.buildTags": "test,wireinject,buildtools",
|
||
|
"go.lintFlags": [
|
||
|
"-tags",
|
||
|
"test",
|
||
|
"buildtools"
|
||
|
]
|
||
|
}
|