{
"go.autocompleteUnimportedPackages": true,
"go.gocodePackageLookupMode": "go",
"go.gotoSymbol.includeImports": true,
"go.useCodeSnippetsOnFunctionSuggest": true,
"go.inferGopath": true,
"go.gopath": "/home/skiy/.go/path",
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true,
"go.goproxy": "https://goproxy.cn",
"go.go111module": "on",
}