Commit Graph
1 Commits
Author SHA1 Message Date
sneak 01cb526da2 Move entrypoint to cmd/keyfunc
check / check (push) Successful in 1m14s
REPO_POLICIES.md keeps Go entrypoints under cmd/, one main.go per binary
whose body is a single call into internal/. Move the root main.go there
and point the Makefile build target at ./cmd/keyfunc; the binary is still
written to ./keyfunc. main.go is otherwise unchanged. (closes #20)

Model: opus-4-8
2026-09-21 07:20:21 +00:00