8 lines
84 B
Go
8 lines
84 B
Go
|
|
//+build gooseinject
|
||
|
|
|
||
|
|
package main
|
||
|
|
|
||
|
|
//goose:use provideBar
|
||
|
|
|
||
|
|
func injectBar(foo) bar
|