docs: remove references to vgo (google/go-cloud#206)

We should be instructing users to run stable things, and more
adventurous folks can adapt to use Go modules. I just ran the test suite
locally from a `go get` and it compiled and ran fine.

Updates google/go-cloud#78
Updates google/go-cloud#208
This commit is contained in:
Ross Light
2018-07-19 13:03:52 -07:00
parent 765b0228ac
commit 2943de1153

View File

@@ -11,10 +11,10 @@ initialization.
## Installing ## Installing
Install `gowire` by running the following inside the Go Cloud repository: Install `gowire` by running the following:
```shell ```shell
vgo install github.com/google/go-cloud/wire/cmd/gowire go get github.com/google/go-cloud/wire/cmd/gowire
``` ```
## Basics ## Basics