Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkymat/go-argon
argon is a state machine library for go
https://github.com/sparkymat/go-argon
go golang golang-library state-machine state-management
Last synced: 19 days ago
JSON representation
argon is a state machine library for go
- Host: GitHub
- URL: https://github.com/sparkymat/go-argon
- Owner: sparkymat
- Created: 2018-05-15T12:40:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T10:53:17.000Z (over 6 years ago)
- Last Synced: 2024-11-10T11:25:30.348Z (3 months ago)
- Topics: go, golang, golang-library, state-machine, state-management
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Argon
Argon is a state machine library
## Build status
![TravisCI](https://travis-ci.com/sparkymat/go-argon.svg?branch=master)
## Installation
```bash
go get -u github.com/sparkymat/go-argon
```## Usage
Check out the ![examples](https://github.com/sparkymat/go-argon/blob/master/examples)