wire: add a diff command (google/go-cloud#745)

This commit is contained in:
Robert van Gent
2018-11-27 14:57:54 -08:00
committed by Ross Light
parent 65eb134857
commit 58d6a2c2c8
3 changed files with 58 additions and 1 deletions

1
go.mod
View File

@@ -2,5 +2,6 @@ module github.com/google/wire
require (
github.com/google/go-cmp v0.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20181017214349-06f26fdaaa28
)