Files
IRHM 9c26b6b1d7 TestGetLatestWatchedInTv
made a lil test, should probably make more these when i have time
2026-02-26 22:21:33 +00:00

9 lines
67 B
Makefile

run:
MODE=DEV go run .
plainrun:
go run .
test:
go test ./...