Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/txgruppi/command

Command pattern for Go with thread safe serial and parallel dispatcher
https://github.com/txgruppi/command

Last synced: about 2 months ago
JSON representation

Command pattern for Go with thread safe serial and parallel dispatcher

Awesome Lists containing this project

README

        

[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/txgruppi/command)
![Codeship](https://img.shields.io/codeship/50000bb0-c216-0133-5b48-6a927043ead9.svg?style=flat-square)
[![Codecov](https://img.shields.io/codecov/c/github/txgruppi/command.svg?style=flat-square)](https://codecov.io/github/txgruppi/command)
[![Go Report Card](https://img.shields.io/badge/go_report-A+-brightgreen.svg?style=flat-square)](https://goreportcard.com/report/github.com/txgruppi/command)

# Command

Command pattern for Go with **thread safe serial and parallel dispatcher**.

## Installation

```
go get -u github.com/txgruppi/command
```

## Tests

```
go get -u -t github.com/txgruppi/command
cd $GOPATH/src/github.com/txgruppi/command
go test ./...
```

## License

MIT