Browse Source

doc: update client README to use vendor/

Anthony Romano 9 years ago
parent
commit
86a477c2f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/README.md

+ 1 - 1
client/README.md

@@ -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"
 )