Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
/ command Public 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 20, 2016
faf17a6 · Apr 20, 2016

History

16 Commits
Feb 25, 2016
Mar 10, 2016
Feb 25, 2016
Apr 20, 2016
Feb 25, 2016
Mar 1, 2016
Mar 13, 2016
Apr 20, 2016
Mar 13, 2016
Apr 20, 2016

Repository files navigation

GoDoc Codeship Codecov Go 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