wire/cmd/wire: rename from gowire (google/go-cloud#217)
@cflewis and @bradfitz were right: drop the "go". It's cleaner.
This commit is contained in:
2
wire.go
2
wire.go
@@ -36,7 +36,7 @@ func NewSet(...interface{}) ProviderSet {
|
||||
// panic(wire.Build(otherpkg.FooSet, myProviderFunc))
|
||||
// }
|
||||
func Build(...interface{}) string {
|
||||
return "implementation not generated, run gowire"
|
||||
return "implementation not generated, run wire"
|
||||
}
|
||||
|
||||
// A Binding maps an interface to a concrete type.
|
||||
|
||||
Reference in New Issue
Block a user