Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 816 Bytes

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