Closed zchee closed 3 years ago
Remove goimports binary dependency.
goimports
Now forced to install the goimports binary to use yo, so change the formatting way using the golang.org/x/imports package.
golang.org/x/imports
I'd already tested in our internal project. no diff.
/cc @kazegusuri
WHAT
Remove
goimports
binary dependency.WHY
Now forced to install the
goimports
binary to use yo, so change the formatting way using thegolang.org/x/imports
package.Note
I'd already tested in our internal project. no diff.