This makes options structs and application structs much simpler to inject. Reviewed-by: Tuo Shan <shantuo@google.com>
8 lines
81 B
Go
8 lines
81 B
Go
//+build gooseinject
|
|
|
|
package main
|
|
|
|
//goose:use Set
|
|
|
|
func injectFooBar() *FooBar
|