wire: make tests work with Go modules (google/go-cloud#331)
Generates go.mod files for test cases to support Go modules.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
bar "bar"
|
||||
bar "example.com/bar"
|
||||
)
|
||||
|
||||
// Injectors from wire.go:
|
||||
|
||||
Reference in New Issue
Block a user