goose: s/Use/Build/

Fixes google/go-cloud#6
This commit is contained in:
Ross Light
2018-05-24 14:29:05 -07:00
parent cc91a772b0
commit 962288c10a
32 changed files with 45 additions and 45 deletions

View File

@@ -51,7 +51,7 @@ func Provide(context2 stdcontext.Context) (context, error) {
}
func inject(context stdcontext.Context, err struct{}) (context, error) {
panic(goose.Use(Provide))
panic(goose.Build(Provide))
}
func (context) Provide() {