all: s/go-cloud/go-x-cloud/ (google/go-cloud#120)
Fixes google/go-cloud#117
This commit is contained in:
@@ -652,7 +652,7 @@ func isWireImport(path string) bool {
|
||||
if i := strings.LastIndex(path, vendorPart); i != -1 && (i == 0 || path[i-1] == '/') {
|
||||
path = path[i+len(vendorPart):]
|
||||
}
|
||||
return path == "github.com/google/go-cloud/wire"
|
||||
return path == "github.com/google/go-x-cloud/wire"
|
||||
}
|
||||
|
||||
// ProviderOrValue is a pointer to a Provider or a Value. The zero value is
|
||||
|
||||
Reference in New Issue
Block a user