keks / go-ipfs-colog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Go 100.0%