Skip to content

Commit

Permalink
internal/wire/testdata/PkgImport: add back duplicate import (#103)
Browse files Browse the repository at this point in the history
This got removed as part of my gofmt run on #101.
  • Loading branch information
zombiezen authored Jan 7, 2019
1 parent f285c07 commit 5b99fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wire/testdata/PkgImport/foo/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package main

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

0 comments on commit 5b99fcb

Please sign in to comment.