fix: run wire with -mod=mod (#353)

* fix: run wire with -mod=mod

* chore: update test with mod flag
This commit is contained in:
Giau. Tran Minh
2022-05-27 12:31:39 +07:00
committed by GitHub
parent 9d78e0ad8c
commit f5e937daa9
45 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
// Code generated by Wire. DO NOT EDIT.
//go:generate go run github.com/google/wire/cmd/wire
//go:generate go run -mod=mod github.com/google/wire/cmd/wire
//go:build !wireinject
// +build !wireinject