goose: allow multiple arguments to use and import
Reviewed-by: Tuo Shan <shantuo@google.com>
This commit is contained in:
7
internal/goose/testdata/MultiImport/foo/goose.go
vendored
Normal file
7
internal/goose/testdata/MultiImport/foo/goose.go
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//+build gooseinject
|
||||
|
||||
package main
|
||||
|
||||
//goose:use Set
|
||||
|
||||
func injectFooBar() FooBar
|
||||
Reference in New Issue
Block a user