Skip to content

Commit 4b0489f

Browse files
authored
Fix syntax of gopls options in doc
1 parent 66a35b2 commit 4b0489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ def Settings( **kwargs ):
15361536
if kwargs[ 'language' ] == 'go':
15371537
return {
15381538
'ls': {
1539-
'build': { 'buildFlags': [ '-tags=debug' ] }
1539+
'build.buildFlags': [ '-tags=debug' ] }
15401540
}
15411541
}
15421542
```

0 commit comments

Comments
 (0)