breadcrumb/go.mod
Astra c41a2c5411 Initial commit: Breadcrumb GPS trip viewer
Go server receiving Colota location data into SQLite, with a trip-segmentation
API and embedded web frontend for browsing trips on a map.
2026-06-03 19:34:08 +01:00

5 lines
84 B
Modula-2

module github.com/breadcrumb
go 1.22
require github.com/mattn/go-sqlite3 v1.14.22