doc: update client README to use vendor/

This commit is contained in:
Anthony Romano 2016-03-22 17:45:53 -07:00
parent 2f22ac662c
commit 86a477c2f6

View File

@ -19,7 +19,7 @@ import (
"log"
"time"
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
"golang.org/x/net/context"
"github.com/coreos/etcd/client"
)