Categorygithub.com/mantyr/process
repositorypackage
0.0.5
Repository: https://github.com/mantyr/process.git
Documentation: pkg.go.dev

# README

process

Build Status GoDoc Go Report Card Software License

This is not a stable version.

Description

  • Environment - Environment for controlled execution of commands
  • Process - Controlled operating system process
    • Start
    • Stop
      • graceful shutdown
    • Done
    • Status

Supports platforms

  • unix (linux, mac)
  • windows
  • other

Installation

$ go get github.com/mantyr/process

Author

Oleg Shevelev