carbonblack / binee

Binee: binary emulation environment
GNU General Public License v2.0
503 stars 73 forks source link

run goimports to group imports #30

Closed mewmew closed 4 years ago

mewmew commented 5 years ago

Command used:

find . -type f -name '*.go' | xargs -I '{}' goimports -w '{}'

ref: https://github.com/carbonblack/binee/issues/29#issuecomment-557375568