wire: fix typo in example code (google/go-cloud#560)

This commit is contained in:
ktr
2018-10-25 01:59:47 +09:00
committed by Ross Light
parent 97e5c83e18
commit 0a4cc23d20

View File

@@ -245,7 +245,7 @@ type FooerPlus interface {
Bar() String Bar() String
} }
func ProviderFooerPlus() FooerPlus { func ProvideFooerPlus() FooerPlus {
... ...
} }