Skip to content

Commit 3599137

Browse files
authored
Update doc.go
1 parent bd5d5cd commit 3599137

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// If you use modules, dependencies will be downloaded automatically,
77
// otherwise you need to download them manually.
88
//
9-
// **Caveats**: A binary that creates own child processes, will not work
10-
// well with go-runner. This is because at the moment go-runner can only
11-
// kill the main process. Furthermore if delve is used, the main program
12-
// starts after a debugger client connects to the delve server.
9+
// **Caveats**: A binary that creates own child processes, will not work
10+
// well with go-runner. This is because at the moment go-runner can only
11+
// kill the main process. Furthermore if delve is used, the main program
12+
// starts after a debugger client connects to the delve server.
1313
//
1414
// Usage for go-runner | Version 0.2.0:
1515
//

0 commit comments

Comments
 (0)