Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 123 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 123 Bytes

Example Go project

Run

DB_TYPE=sqlite DB_PATH=data.sqlite go run .

Test

go fmt
go vet
go test