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:
Ross Light
2019-01-07 14:15:33 -08:00
committed by GitHub
parent f285c073b5
commit 5b99fcb30b

View File

@@ -17,7 +17,7 @@
package main
import (
_ "example.com/anon1"
_ "example.com/anon1" // intentionally duplicated
_ "example.com/anon2"
"github.com/google/wire"
)