Skip to content

Commit

Permalink
Fix syntax of gopls options in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Sep 27, 2023
1 parent 66a35b2 commit 4b0489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1536,7 +1536,7 @@ def Settings( **kwargs ):
if kwargs[ 'language' ] == 'go':
return {
'ls': {
'build': { 'buildFlags': [ '-tags=debug' ] }
'build.buildFlags': [ '-tags=debug' ] }
}
}
```
Expand Down

0 comments on commit 4b0489f

Please sign in to comment.