Example Go project

Run

DB_TYPE=sqlite DB_PATH=data.sqlite go run .

Test

go fmt
go vet
go test