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 49047b4745
commit bbf611df5c
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