wire: use subcommands package, improving help (#173)

This commit is contained in:
Robert van Gent
2019-05-14 12:51:16 -07:00
committed by GitHub
parent c1be6ec0d8
commit d76a979091
4 changed files with 165 additions and 104 deletions

1
go.mod
View File

@@ -2,6 +2,7 @@ module github.com/google/wire
require (
github.com/google/go-cmp v0.2.0
github.com/google/subcommands v1.0.1
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b
)