Go to file
sudo pacman -Syu 5a62dae185
chore: add roadmap
2022-11-27 01:23:06 +07:00
.github chore: add github action, Makefile 2022-11-24 23:16:32 +07:00
cmd/gofimports feat: flags from gofmt 2022-11-24 23:11:15 +07:00
internal chore: add roadmap 2022-11-27 01:23:06 +07:00
.gitignore chore: init go.mod 2022-11-24 22:25:13 +07:00
.golangci.yml chore: add github action, Makefile 2022-11-24 23:16:32 +07:00
.goreleaser.yml chore: add github action, Makefile 2022-11-24 23:16:32 +07:00
LICENSE chore: add MIT license 2022-11-24 23:16:50 +07:00
Makefile feat: parse imports and group imports std 2022-11-26 02:10:19 +07:00
README.md chore: add roadmap 2022-11-27 01:23:06 +07:00
go.mod feat: print diff 2022-11-27 01:07:15 +07:00
go.sum feat: print diff 2022-11-27 01:07:15 +07:00

README.md

gofimports

goimports with my opinionated preferences.

Roadmap

  • Diff with color
  • Add profiling
  • Use profiling to improve performance

Thanks