Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/txgruppi/command
- Owner: txgruppi
- License: mit
- Archived: true
- Created: 2015-08-24T09:43:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T17:06:57.000Z (over 8 years ago)
- Last Synced: 2024-07-31T20:53:29.544Z (5 months ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / Utility/Miscellaneous)
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher - ★ 9 (Utilities)
- awesome-go-extra - command - 08-24T09:43:50Z|2016-04-20T17:06:57Z| (Utilities / Fail injection)
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