jonasfranz/gogroup — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2017-06-30
Check that a Go project's import statements follow a defined order (stdlib, internal, third-party)
Automatically rewrite out-of-order imports with the -rewrite flag
Run as part of a build process or pre-commit hook to keep a team's codebase consistent
Reduce noisy diffs and code review debate over import ordering
| jonasfranz/gogroup | 42wim/fabio | 42wim/go-xmpp | |
|---|---|---|---|
| Language | Go | Go | Go |
| Last pushed | 2017-06-30 | 2018-02-04 | 2020-01-24 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Early-stage project, some edge cases like multiple import blocks or C imports aren't fully handled yet.
A tool that checks and automatically fixes the order and grouping of import statements in Go source files, keeping projects consistent.
Mainly Go. The stack also includes Go.
Dormant — no commits in 2+ years (last push 2017-06-30).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.