3ae44b28
tooling: adopt go tool directives; rename air→dev; bundle fmt drift
- Justfile: rename `air:` to `dev:`, body uses `go tool air`; the three migrate recipes use `go tool migrate`; `fmt` adds `go fix ./...`. Stale `brew install golang-migrate` comment block replaced with the one-line `go get -tool` bootstrap hint. - README.md: quickstart says `just dev`. - go.mod: declare github.com/air-verse/air and golang-migrate's cmd in the `tool` block (Go 1.24+) so contributors never need a separate install step. Updates go.sum accordingly. - internal/domain/stats/repository.go: pre-existing `HostSplit` indent drift + trailing newline, surfaced by goimports inside the new fmt recipe.
Eugene Blikh <bigbes@gmail.com> — 2026-04-26 11:15:20 UTC
Commit 3ae44b2876001b8a2b0e4d8abfd7a35d4a8fa977 —
view raw patch
Parent(s):
c9442a6b
| File | Status | + | − |
|---|---|---|---|
Justfile
|
M | +9 | -8 |
README.md
|
M | +1 | -1 |
go.mod
|
M | +173 | |
go.sum
|
M | +2027 | |
internal/domain/stats/repository.go
|
M | +1 | -2 |