Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.
/commandPublic archive

Command pattern for Go with thread safe serial and parallel dispatcher

License

Notifications You must be signed in to change notification settings

txgruppi/command

Repository files navigation

GoDocCodeshipCodecovGo Report Card

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

About

Command pattern for Go with thread safe serial and parallel dispatcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages