mirror of
https://github.com/libp2p/go-eventbus.git
synced 2026-08-18 14:43:27 +08:00
Basic README
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# go-eventbus
|
||||
|
||||
[](https://protocol.ai)
|
||||
[](https://libp2p.io/)
|
||||
[](http://webchat.freenode.net/?channels=%23libp2p)
|
||||
[](https://godoc.org/github.com/libp2p/go-eventbus)
|
||||
[](https://coveralls.io/github/libp2p/go-eventbus?branch=master)
|
||||
[](https://travis-ci.org/libp2p/go-eventbus)
|
||||
[](https://discuss.libp2p.io)
|
||||
|
||||
> Simple and fast Go event bus
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
go get github.com/libp2p/go-eventbus
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-eventbus).
|
||||
|
||||
## License
|
||||
|
||||
Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).
|
||||
Reference in New Issue
Block a user