txgruppi / command

Command pattern for Go with thread safe serial and parallel dispatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%