cloudspannerecosystem / yo

yo is a command-line tool to generate Go code for Google Cloud Spanner.
MIT License
312 stars 52 forks source link

Remove goimports binary dependency #54

Closed zchee closed 3 years ago

zchee commented 3 years ago

WHAT

Remove goimports binary dependency.

WHY

Now forced to install the goimports binary to use yo, so change the formatting way using the golang.org/x/imports package.

Note

I'd already tested in our internal project. no diff.

zchee commented 3 years ago

/cc @kazegusuri