/go-wire-sandbox

sandbox for google/wire

Primary LanguageGoMIT LicenseMIT

go-wire-sandbox

A sandbox project for google/wire /

How to develop

update wire injector

  • update wire.go
  • make wire or make generate to re-generate wire_gen.go
  • check wire_gen.go

Build this app

make build

main file to be created.

execute main

./main

Test app

make test

If you want to test with verbose mode

make testv