Commit Graph

5 Commits

Author SHA1 Message Date
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
Robert van Gent
737d4615ed all: fix Github Workflow for tests, drop Travis 2021-08-30 15:21:53 -07:00
Luca Steeb
a58291c0b8 internal/wire: use full go run command in go:generate comment (#268)
Change the go:generate command to use the full go run ... command
to ensure the version specified in the current go module is used
instead of the global binary.

Fixes #160
2021-01-25 17:55:11 -08:00
Ben Hoyt
28f5930663 docs: fix typo (missing "forgot") in comment (#92) 2018-12-03 09:19:00 -08:00
Ross Light
31bae0df4e Copy over Wire tutorial from Go Cloud (#86)
Originally authored by @enocom. Added to CONTRIBUTORS.

Fixes #80
2018-11-30 09:46:48 -08:00