Go server receiving Colota location data into SQLite, with a trip-segmentation API and embedded web frontend for browsing trips on a map.
5 lines
84 B
Modula-2
5 lines
84 B
Modula-2
module github.com/breadcrumb
|
|
|
|
go 1.22
|
|
|
|
require github.com/mattn/go-sqlite3 v1.14.22
|