Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 566 Bytes

go-ipfs-colog

colog is a concurrent log. In the JS version of Orbit it is currently called log, but in many contexts a log is a linear sequence of events. To avoid confusion, the Go version was named colog.

Installing

go get the package, including the deps for tests (-t):

go get -t github.com/keks/go-ipfs-colog

Test

Once successfully installed

go test github.com/keks/go-ipfs-colog

does the trick.

API documentation

You can find the API reference on godoc.