An application framework that makes it easy to build pluggable and reusable applications.
$ go get -u github.com/RussellLuo/appx
Simple Application:
+-------+ +-------+
(BEGIN) --> | Init | --> (WORKING) --> | Clean | --> (END)
+-------+ +-------+
Runnable Application:
+-------+ +-------+ +-------+ +-------+
(BEGIN) --> | Init | --> | Start | --> (RUNNING) --> | Stop | --> | Clean | --> (END)
+-------+ +-------+ +-------+ +-------+
Checkout the Godoc.