diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-04-10 22:15:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 22:15:45 -0700 |
| commit | 7e7ed767d9aad09d254eb696eb00107171b17b7c (patch) | |
| tree | ff44f6688fdefa37d95d17be9a8cce88e148bb1f | |
| parent | 2aab4289ddbf826e42813724a0612c0912c561c0 (diff) | |
| download | seaweedfs-7e7ed767d9aad09d254eb696eb00107171b17b7c.tar.xz seaweedfs-7e7ed767d9aad09d254eb696eb00107171b17b7c.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ go get github.com/chrislusf/seaweedfs/weed Once this is done, you will find the executable "weed" in your `$GOPATH/bin` directory Note: -* If you got into this problem, try to `rm -Rf $GOPATH/src/go.etcd.io/etcd/vendor` and build again. +* If you got into this problem, try to `rm -Rf $GOPATH/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace` and build again. ``` panic: /debug/requests is already registered. You may have two independent copies of golang.org/x/net/trace in your binary, trying to maintain separate state. This may involve a vendored copy of golang.org/x/net/trace. ``` |
