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:
shantuo
2018-08-16 14:44:42 -07:00
committed by Ross Light
parent cd32a686b1
commit 86725a2b3f
56 changed files with 102 additions and 61 deletions

View File

@@ -6,7 +6,7 @@
package main
import (
bar "bar"
bar "example.com/bar"
)
// Injectors from wire.go: