Skip to content

Commit 703b7a1

Browse files
authored
docs/contributing.md: remove unnecessary quote
There is an extra quote in the command, which should be an error.
1 parent ed92a0c commit 703b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ When developing features in `gopls`, you may need to attach a debugger to `gopls
125125
126126
1. Start a gopls in deamon mode:
127127
```
128-
gopls -listen=:37374" -logfile=auto -debug=:0 serve
128+
gopls -listen=:37374 -logfile=auto -debug=:0 serve
129129
```
130130
131131
Or, if you use vscode for gopls development, you can configure `launch.json` of the `x/tools/gopls` project:

0 commit comments

Comments
 (0)