Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remogatto/application

An application infrastructure for Go programs
https://github.com/remogatto/application

Last synced: 2 months ago
JSON representation

An application infrastructure for Go programs

Awesome Lists containing this project

README

        

# What's that?

application is a Go package that implements an application
infrastructure.

An application is seen as a set of loops, each running on a separate
goroutines. The package provides a way to supervise the lifecycle of
these loops.

# Usage

For an usage example see [here](example/).

# Install


go install https://github.com/remogatto/application

# License

See [LICENSE](LICENSE).