Skip to content

keks/go-ipfs-colog

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%