Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 9a7ae3b

Browse files
zombiezenvangent
authored andcommitted
internal/wire/testdata/PkgImport: really add the duplicated import (#105)
1 parent 5b99fcb commit 9a7ae3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • internal/wire/testdata/PkgImport/foo

internal/wire/testdata/PkgImport/foo/wire.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package main
1818

1919
import (
20+
_ "example.com/anon1" // intentionally duplicated
2021
_ "example.com/anon1" // intentionally duplicated
2122
_ "example.com/anon2"
2223
"github.com/google/wire"

0 commit comments

Comments
 (0)