Files
terdut-server/internal
Niklas Ye 03504b61be
CI / test (push) Successful in 5s
gofmt: restore import grouping after the module rename
The rename to git.ryuvia.com/niklas/... was a plain string substitution, so it
left the import blocks in their old order. The new path sorts before
github.com/go-chi/..., where the old one sorted after, which gofmt considers
unformatted.

go vet does not look at import order, so CI had nothing to say about it.
2026-08-19 21:21:33 +02:00
..