wire: omit the local package identifier if it matches the package name (google/go-cloud#385)
Fixes google/go-cloud#424
This commit is contained in:
committed by
Ross Light
parent
c999a4d1b5
commit
a8c7c0b8e1
@@ -6,7 +6,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
bar "example.com/bar"
|
||||
"example.com/bar"
|
||||
)
|
||||
|
||||
// Injectors from wire.go:
|
||||
|
||||
Reference in New Issue
Block a user