diff options
author | Felix Lange <fjl@twurst.com> | 2016-12-11 02:02:14 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-01-25 23:25:57 +0800 |
commit | 9b62facdd4bdabfed5ef98d131686c4d2606083a (patch) | |
tree | 1bd02cd071988eef4a5772917951b793bf1f7e15 /logger/verbosity.go | |
parent | f1069a30b9ca13769ace154ff25dfabc83f25485 (diff) | |
download | go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.tar go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.tar.gz go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.tar.bz2 go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.tar.lz go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.tar.xz go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.tar.zst go-tangerine-9b62facdd4bdabfed5ef98d131686c4d2606083a.zip |
event: deprecate TypeMux and related types
The Subscription type is gone, all uses are replaced by
*TypeMuxSubscription. This change is prep-work for the
introduction of the new Subscription type in a later commit.
gorename -from '"github.com/ethereum/go-ethereum/event"::Event' -to TypeMuxEvent
gorename -from '"github.com/ethereum/go-ethereum/event"::muxsub' -to TypeMuxSubscription
gofmt -w -r 'Subscription -> *TypeMuxSubscription' ./event/*.go
find . -name '*.go' -and -not -regex '\./vendor/.*' \| xargs gofmt -w -r 'event.Subscription -> *event.TypeMuxSubscription'
Diffstat (limited to 'logger/verbosity.go')
0 files changed, 0 insertions, 0 deletions