adding gox to tools package

This commit is contained in:
Alvin Huang
2020-06-17 10:47:53 -04:00
parent 9b41578d83
commit 7a471c0da7
25 changed files with 1746 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ import (
_ "github.com/golang/mock/mockgen"
_ "golang.org/x/tools/cmd/cover"
_ "golang.org/x/tools/cmd/stringer"
_ "github.com/mitchellh/gox"
)