Update import path and mirror project docs

This commit is contained in:
Ross Light
2018-11-12 14:37:53 -08:00
parent ded9eb899b
commit 30574010a0
127 changed files with 558 additions and 206 deletions

6
go.mod Normal file
View File

@@ -0,0 +1,6 @@
module github.com/google/wire
require (
github.com/google/go-cmp v0.2.0
golang.org/x/tools v0.0.0-20181017214349-06f26fdaaa28
)