Go to file
Benjamin Bollen acabc4d3bb
Introduce events_test.go with five unit tests asserting normal behaviour
and a sixth unit test to probe race conditions on RemoveListener.
2016-06-17 14:53:01 +02:00
LICENSE Initial commit 2016-01-12 16:13:26 -05:00
README.md move from tendermint/tendermint 2016-01-12 16:21:43 -05:00
event_cache.go move from tendermint/tendermint 2016-01-12 16:21:43 -05:00
events.go Remove SubscribeToEvent 2016-01-18 11:15:46 -08:00
events_test.go Introduce events_test.go with five unit tests asserting normal behaviour 2016-06-17 14:53:01 +02:00
log.go move from tendermint/tendermint 2016-01-12 16:21:43 -05:00

README.md

go-events

PubSub in Go with event caching.