https://github.com/txgruppi/command
Command pattern for Go with thread safe serial and parallel dispatcher
https://github.com/txgruppi/command
Last synced: 29 days 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 (almost 9 years ago)
- Last Synced: 2025-03-10T16:48:04.570Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 13
- Watchers: 1
- 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
[](https://godoc.org/github.com/txgruppi/command)

[](https://codecov.io/github/txgruppi/command)
[](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