mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-03 12:56:22 +00:00
docs: go-events -> tmlibs/events
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.PHONY: docs
|
||||
REPO:=github.com/tendermint/go-events
|
||||
REPO:=github.com/tendermint/tmlibs/events
|
||||
|
||||
docs:
|
||||
@go get github.com/davecheney/godoc2md
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
# events
|
||||
`import "github.com/tendermint/go-events"`
|
||||
`import "github.com/tendermint/tmlibs/events"`
|
||||
|
||||
* [Overview](#pkg-overview)
|
||||
* [Index](#pkg-index)
|
||||
@@ -26,7 +26,7 @@ Pub-Sub in go with event caching
|
||||
|
||||
|
||||
#### <a name="pkg-files">Package files</a>
|
||||
[event_cache.go](/src/github.com/tendermint/go-events/event_cache.go) [events.go](/src/github.com/tendermint/go-events/events.go) [log.go](/src/github.com/tendermint/go-events/log.go)
|
||||
[event_cache.go](/src/github.com/tendermint/tmlibs/events/event_cache.go) [events.go](/src/github.com/tendermint/tmlibs/events/events.go) [log.go](/src/github.com/tendermint/tmlibs/events/log.go)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user