We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5d5cd commit 3599137Copy full SHA for 3599137
doc.go
@@ -6,10 +6,10 @@
6
// If you use modules, dependencies will be downloaded automatically,
7
// otherwise you need to download them manually.
8
//
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.
+// **Caveats**: A binary that creates own child processes, will not work
+// well with go-runner. This is because at the moment go-runner can only
+// kill the main process. Furthermore if delve is used, the main program
+// starts after a debugger client connects to the delve server.
13
14
// Usage for go-runner | Version 0.2.0:
15
0 commit comments