gofmt tools/tools.go

This commit is contained in:
Alvin Huang 2020-06-17 11:04:43 -04:00
parent 7a471c0da7
commit 54fb4b63bf
1 changed files with 1 additions and 1 deletions

View File

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