From 0bf9b3b5dd0d79ee906c1eff306e1fdde0ed05e4 Mon Sep 17 00:00:00 2001 From: Ross Light Date: Wed, 27 Jun 2018 08:37:13 -0700 Subject: [PATCH] all: fix docs and examples (google/go-cloud#141) Most notably, adds examples for the blob package. --- README.md | 8 ++++++++ cmd/gowire/main.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c1979..9ddd723 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ initialization. [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 Wire has two core concepts: providers and injectors. diff --git a/cmd/gowire/main.go b/cmd/gowire/main.go index 6201a37..775ecd8 100644 --- a/cmd/gowire/main.go +++ b/cmd/gowire/main.go @@ -14,7 +14,7 @@ // 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 import (