docs/contributing.md: remove unnecessary quote

There is an extra quote in the command, which should be an error.
This commit is contained in:
rogeryk 2023-11-13 21:19:21 +08:00 коммит произвёл GitHub
Родитель ed92a0c250
Коммит 703b7a1691
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -125,7 +125,7 @@ When developing features in `gopls`, you may need to attach a debugger to `gopls
1. Start a gopls in deamon mode:
```
gopls -listen=:37374" -logfile=auto -debug=:0 serve
gopls -listen=:37374 -logfile=auto -debug=:0 serve
```
Or, if you use vscode for gopls development, you can configure `launch.json` of the `x/tools/gopls` project: