Files
wire/internal/wire/testdata/NiladicIdentity/want/wire_gen.go
Giau. Tran Minh f5e937daa9 fix: run wire with -mod=mod (#353)
* fix: run wire with -mod=mod

* chore: update test with mod flag
2022-05-26 22:31:39 -07:00

15 lines
270 B
Go

// Code generated by Wire. DO NOT EDIT.
//go:generate go run -mod=mod github.com/google/wire/cmd/wire
//go:build !wireinject
// +build !wireinject
package main
// Injectors from wire.go:
func injectedMessage() string {
string2 := provideMessage()
return string2
}