We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf07c9 commit 0240464Copy full SHA for 0240464
README.md
@@ -1,5 +1,7 @@
1
# goproc
2
3
+**NOTE**: versions before `v1.4502.2114` are deleted because it have goroutine leaks.
4
+
5
Simple process manager helper library, features:
6
7
* start processes `.AddCommand(Cmd)` and `.Start(cmdId)` or `.StartAll()`, with environment variables `Cmd.Env=[]string{}` and `Cmd.InheritEnv=true`
0 commit comments