chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

Format imports using `gofumports` #90

Closed vladimyr closed 3 years ago

vladimyr commented 3 years ago

gofumports is drop-in replacement for goimports formatting tool.

https://medium.com/@alenkacz/gofmt-goimports-goreturns-why-do-we-need-three-formatters-a3518ee6cc90

chriswalz commented 3 years ago

Thank you I've merged these changed (with a slight modification). You can see the commit here: 6b996f023c17c667c2a64fe41bfdb6b1073e3a78

Cheers!

vladimyr commented 3 years ago

Great! 👍

I'll try to make more substantial PR next time 😁