internal/wire/testdata/PkgImport: add back duplicate import (#103)
This got removed as part of my gofmt run on #101.
This commit is contained in:
2
internal/wire/testdata/PkgImport/foo/wire.go
vendored
2
internal/wire/testdata/PkgImport/foo/wire.go
vendored
@@ -17,7 +17,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "example.com/anon1"
|
_ "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