all: move back to github.com/google/go-cloud (google/go-cloud#162)

Reverts changes made in google/go-cloud#120 for google/go-cloud#117
This commit is contained in:
Ross Light
2018-07-02 11:50:01 -07:00
parent 1d225cf371
commit 69b0cf53ad
48 changed files with 52 additions and 52 deletions

View File

@@ -14,7 +14,7 @@
// gowire is a compile-time dependency injection tool.
//
// For an overview, see https://github.com/google/go-x-cloud/blob/master/wire/README.md
// For an overview, see https://github.com/google/go-cloud/blob/master/wire/README.md
package main
import (
@@ -31,7 +31,7 @@ import (
"strconv"
"strings"
"github.com/google/go-x-cloud/wire/internal/wire"
"github.com/google/go-cloud/wire/internal/wire"
"golang.org/x/tools/go/types/typeutil"
)