plugeth/accounts/abi/bind
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
..
backends all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
auth.go accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
backend.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
base.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
bind_test.go accounts/abi/bind: allow client to specify sender address for call (#3782) 2017-03-16 12:24:22 +01:00
bind.go all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00
template.go accounts/abi/bind, mobile: review fixes and android tests 2016-11-14 18:00:14 +02:00
util_test.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
util.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00