| commit | 44c1573bf778b4f6bce34f39877441b955ae98de | [log] [tgz] |
|---|---|---|
| author | wxdao <waxiadao@gmail.com> | Tue Jun 11 23:27:22 2019 +0800 |
| committer | wxdao <waxiadao@gmail.com> | Tue Jun 11 23:27:22 2019 +0800 |
| tree | 861b9e271ecc3f81b7570465e70e2861fc37ad54 | |
| parent | 6c3348b37850f2a3c769907ba56da4daa1e13a0b [diff] |
Remove duplicate spaces
diff --git a/gopls.md b/gopls.md index f280273..2598e72 100644 --- a/gopls.md +++ b/gopls.md
@@ -41,7 +41,7 @@ "go.useLanguageServer": true, "go.languageServerExperimentalFeatures": { "diagnostics": true, // for build and vet errors as you type - "findReferences": true // for finding in-package references + "findReferences": true // for finding in-package references }, "[go]": { "editor.snippetSuggestions": "none",