Codebase list golang-github-go-kit-kit / 1f1ad4d
sd/etcd: not ready for stdlib context yet, apparently Peter Bourgon 6 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 package etcd
11
22 import (
3 "context"
43 "errors"
54 "reflect"
65 "testing"
76 "time"
7
8 "golang.org/x/net/context"
89
910 etcd "github.com/coreos/etcd/client"
1011 )