Skip to content
/ sorted Public

Go linter that makes your code alphabetically sorted

License

Notifications You must be signed in to change notification settings

ravsii/sorted

Repository files navigation

Sorted

Go linter that helps your to keep everything sorted

it can sort your consts

const (
 A1 = iota
 B1

 B2 // error
 A2

 A3
 B3

 B4 // error
 A4
)

TODO:

  • consts
  • var blocks
  • global funcs
  • something else

About

Go linter that makes your code alphabetically sorted

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published