quorum/event
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context"
There is no need to depend on the old context package now that the
minimum Go version is 1.7. The move to "context" eliminates our weird
vendoring setup. Some vendored code still uses golang.org/x/net/context
and it is now vendored in the normal way.

This change triggered new vet checks around context.WithTimeout which
didn't fire with golang.org/x/net/context.
2017-03-22 20:49:15 +01:00
..
filter all: gofmt -w -s 2017-01-06 15:52:03 +01:00
event.go event: add new Subscription type and related utilities 2017-01-25 18:44:20 +01:00
event_test.go event: add new Subscription type and related utilities 2017-01-25 18:44:20 +01:00
example_feed_test.go event: add new Subscription type and related utilities 2017-01-25 18:44:20 +01:00
example_scope_test.go event: add new Subscription type and related utilities 2017-01-25 18:44:20 +01:00
example_subscription_test.go event: add new Subscription type and related utilities 2017-01-25 18:44:20 +01:00
example_test.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00
feed.go event: use sync.Once for init for faster/cleaner locking 2017-02-03 14:04:57 +02:00
feed_test.go event: address review issues (multiple commits) 2017-02-03 13:37:49 +02:00
subscription.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
subscription_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00