| 1234567891011121314151617 | // Place your settings in this file to overwrite default and user settings.{  "editor.tabSize": 2,    "go.lintTool": "gometalinter",  "go.lintFlags": [    "--enable-gc"  ],  "go.formatTool": "goimports",  "protoc": {    "options": [      "--proto_path=$GOPATH/src/",      "--proto_path=$GOPATH/src/github.com/google/protobuf/src"    ]  }}
 |