Documentation: update import paths in "dl_build.md"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2018-08-28 17:17:52 -07:00
parent 7300bfdd1d
commit c69c044026

View File

@ -26,7 +26,7 @@ To build a vendored `etcd` from the `master` branch via `go get`:
# GOPATH should be set
$ echo $GOPATH
/Users/example/go
$ go get -v github.com/coreos/etcd
$ go get -v go.etcd.io/etcd
```
## Test the installation