Skip to content

Releases: kesonan/goimportx

v1.0.0

03 Jun 16:13
c4d1665
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v1.0.0

v0.0.2

17 Apr 02:30
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

04 Apr 10:29
Compare
Choose a tag to compare
  • Automatically sort and group your go imports.
  • Support custom group rules.
  • Support write result to file.
  • Only support go module.
  • Use golang official sort algorithm.
  • Automatically remove parentheses when there is only one import.
  • Automatically remove duplicate empty new-line.