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:
@@ -11,10 +11,10 @@ initialization.
|
||||
|
||||
## Installing
|
||||
|
||||
Install `gowire` by running the following inside the Go Cloud repository:
|
||||
Install `gowire` by running the following:
|
||||
|
||||
```shell
|
||||
vgo install github.com/google/go-cloud/wire/cmd/gowire
|
||||
go get github.com/google/go-cloud/wire/cmd/gowire
|
||||
```
|
||||
|
||||
## Basics
|
||||
|
||||
Reference in New Issue
Block a user