2016-01-21 18:53:58 -05:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2016-02-29 17:20:15 -05:00
|
|
|
"go.buildFlags": ["-tags", "json"],
|
|
|
|
"go.lintFlags": ["-tags", "json"],
|
|
|
|
"go.vetFlags": ["-tags", "json"]
|
2016-01-21 18:53:58 -05:00
|
|
|
}
|