Skip to content

Releases: indeedeng/go-groups

v1.1.3

14 Oct 20:48
Compare
Choose a tag to compare

[1.1.3] - 2020-10-14

Fixed

  • go-groups correctly sorts imports with inline comments (see #21)

v1.1.2

07 Aug 01:19
d288c64
Compare
Choose a tag to compare

[1.1.2] - 2020-08-06

Fixed

  • go-groups correctly detects generated code and ignores generated code by default

v1.1.1

06 Aug 19:04
9217bfa
Compare
Choose a tag to compare

[1.1.1] - 2020-08-06

Added

  • Added -g flag to instruct go-groups to analyze and include generated code

Changed

  • go-groups now detects generated code and ignores generated code by default

v1.1.0

15 Jul 21:35
23b2559
Compare
Choose a tag to compare

[1.1.0] - 07-15-20

Added

  • Added golangci-lint linter, Makefile, and fixed linter warnings

Changed

  • go-groups now runs gofmt over the input files, unless disabled by the -f flag.

Fixed

  • Fixed go-groups stripping the dot from dot imports (thanks @jdroot)
  • Fixed go-groups removing comments and other content from import blocks