all: fix docs and examples (google/go-cloud#141)

Most notably, adds examples for the blob package.
This commit is contained in:
Ross Light
2018-06-27 08:37:13 -07:00
parent 338b1da068
commit 0bf9b3b5dd
2 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,14 @@ initialization.
[dependency injection]: https://en.wikipedia.org/wiki/Dependency_injection [dependency injection]: https://en.wikipedia.org/wiki/Dependency_injection
## Installing
Install `gowire` by running the following inside the Go X Cloud repository:
```shell
vgo install github.com/google/go-x-cloud/wire/cmd/gowire
```
## Basics ## Basics
Wire has two core concepts: providers and injectors. Wire has two core concepts: providers and injectors.

View File

@@ -14,7 +14,7 @@
// gowire is a compile-time dependency injection tool. // gowire is a compile-time dependency injection tool.
// //
// See README.md for an overview. // For an overview, see https://github.com/google/go-x-cloud/blob/master/wire/README.md
package main package main
import ( import (