Skip to content

Commit

Permalink
internal/wire/testdata/PkgImport: really add the duplicated import (#105
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zombiezen authored and vangent committed Jan 7, 2019
1 parent 5b99fcb commit 9a7ae3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/wire/testdata/PkgImport/foo/wire.go
Expand Up @@ -17,6 +17,7 @@
package main

import (
_ "example.com/anon1" // intentionally duplicated
_ "example.com/anon1" // intentionally duplicated
_ "example.com/anon2"
"github.com/google/wire"
Expand Down

0 comments on commit 9a7ae3b

Please sign in to comment.