Added tests, shift 'delete'. Fixed overnight shifts, sync, error handling.

This commit is contained in:
Pen Anderson 2026-03-03 12:50:24 -06:00
parent 9d0fa1f0af
commit f9c4facad6
21 changed files with 2522 additions and 40 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module turnpike
go 1.24
go 1.24.0
require (
github.com/golang-jwt/jwt/v5 v5.3.1