Skip to content

Commit 374697b

Browse files
committed
Update CONTRIBUTING.md
Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
1 parent 45aa578 commit 374697b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The steps assume the following environment:
299299

300300
4. Debug Go files from CLion
301301

302-
- Right click on a \*.go file in the Project view on the left
302+
- Right click on a *.go file in the Project view on the left
303303
- Override file type → C/C++
304304

305305
Now you can place breakpoints in C, C++ and Go files.
@@ -348,7 +348,7 @@ Use GoLand for primary Go development, but the debugger cannot debug C code.
348348

349349
To debug C files from GoLand
350350

351-
- Right click on a \*.c file in the Project view on the left
351+
- Right click on a *.c file in the Project view on the left
352352
- Override file type → Go
353353

354354
Now you can place breakpoints in C, C++ and Go files.

0 commit comments

Comments
 (0)