https://github.com/txgruppi/command
Command pattern for Go with thread safe serial and parallel dispatcher
https://github.com/txgruppi/command
Last synced: 9 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T17:06:57.000Z (over 9 years ago)
- Last Synced: 2025-03-10T16:48:04.570Z (9 months 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-plus - command - Command pattern for Go with thread safe serial and parallel dispatcher.  (Utilities / Utility/Miscellaneous)
- fucking-awesome-go - :octocat: command - Command pattern for Go with thread safe serial and parallel dispatcher :star: 1 :fork_and_knife: 0 (Utilities / Advanced Console UIs)
- awesome-go - command - | - | - | (Utilities / HTTP Clients)
- awesome-go-cn - command
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher - ★ 9 (Utilities)
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / Utility/Miscellaneous)
- awesome-go-cn - command
- awesome-go-extra - command - 08-24T09:43:50Z|2016-04-20T17:06:57Z| (Utilities / Fail injection)
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / Utility/Miscellaneous)
- awesome-go-cn - command
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. - :arrow_down:0 - :star:1 (Utilities / HTTP Clients)
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / Utility/Miscellaneous)
- awesome-Char - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / HTTP Clients)
- awesome-go-cn - command
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / HTTP Clients)
- awesome-go-zh - command
- awesome-go - command - Command pattern for Go with thread safe serial and parallel dispatcher. (Utilities / Advanced Console UIs)
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