A dumb simple user-space process manager, with internals exposed as a usable go package.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pmux/go.mod

5 lines
84 B

module code.betamike.com/micropelago/pmux
go 1.16
require gopkg.in/yaml.v3 v3.0.1