internal/wire/testdata/PkgImport: really add the duplicated import (#105)
This commit is contained in:
committed by
Robert van Gent
parent
5b99fcb30b
commit
9a7ae3ba6b
1
internal/wire/testdata/PkgImport/foo/wire.go
vendored
1
internal/wire/testdata/PkgImport/foo/wire.go
vendored
@@ -17,6 +17,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
_ "example.com/anon1" // intentionally duplicated
|
||||||
_ "example.com/anon1" // intentionally duplicated
|
_ "example.com/anon1" // intentionally duplicated
|
||||||
_ "example.com/anon2"
|
_ "example.com/anon2"
|
||||||
"github.com/google/wire"
|
"github.com/google/wire"
|
||||||
|
|||||||
Reference in New Issue
Block a user