golang-github-mitchellh-multistep-dev

Library for building up complex actions using discrete steps
  https://github.com/mitchellh/multistep
  0
  no reviews



Multistep is a go library for building up complex actions using discrete, individual "steps." these steps are strung together and run in sequence to achieve a more complex goal. the runner handles cleanup, cancelling, etc.