8 lines
87 B
Go
8 lines
87 B
Go
//+build gooseinject
|
|
|
|
package main
|
|
|
|
//goose:use Foo FooBar
|
|
|
|
func injectFooBar() FooBar
|