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