5 multistep - build up complex actions using discrete steps

github.com godoc.org goreportcard.com posted by Donutloop 2399 days ago  

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. if necessary.

Register to comment or vote on this story