Add build script, AGENTS.md, fix formatting
Build and Deploy / build-and-deploy (push) Successful in 44s

- scripts/build: gofmt, go vet, go build, docker build
- AGENTS.md: agents must run ./scripts/build before committing
- Fix gofmt issues in handler/auth.go and store/store.go
This commit is contained in:
2026-07-08 09:22:07 -04:00
parent 0861f7510b
commit d70ed1943f
5 changed files with 60 additions and 7 deletions
+1
View File
@@ -136,6 +136,7 @@ func (h *AuthHandler) ServeSignout(w http.ResponseWriter, r *http.Request) {
})
http.Redirect(w, r, "/signin", http.StatusSeeOther)
}
type contextKey string
const userIDKey contextKey = "userID"