Remove more references to Go Cloud (#88)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/google/go-cloud/wire"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
func inject(foo *Foo) *Bar {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/google/go-cloud/wire"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
func injectBar(fn func() *Foo) *Bar {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/google/go-cloud/wire"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
func inject(a, b string) *Foo {
|
||||
|
||||
@@ -73,7 +73,7 @@ func TestWire(t *testing.T) {
|
||||
test := test
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
// TODO(light): These tests should be parallelizable, but this causes
|
||||
// intermittent failures. See https://github.com/google/go-cloud/issues/669
|
||||
// intermittent failures. See https://github.com/google/wire/issues/66
|
||||
// for details.
|
||||
|
||||
// Materialize a temporary GOPATH directory.
|
||||
|
||||
Reference in New Issue
Block a user