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 {
|
||||
|
||||
Reference in New Issue
Block a user