Explorar o código

doc: update client README to use vendor/

Anthony Romano %!s(int64=10) %!d(string=hai) anos
pai
achega
86a477c2f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 )