Documented and updated appropriate providers to reflect. Reviewed-by: Tuo Shan <shantuo@google.com>
10 lines
123 B
Go
10 lines
123 B
Go
//+build gooseinject
|
|
|
|
package main
|
|
|
|
//goose:use Foo
|
|
//goose:use Bar
|
|
//goose:use Baz
|
|
|
|
func injectBaz() (Baz, func(), error)
|