module
0.0.0-20250213192234-045140e17ecb
Repository: https://github.com/iliadmitriev/go-user-test.git
Documentation: pkg.go.dev
# README
Simple user db
Created for a demonstartion of a test written in Golang.
DB Init
sqlite3 main.db < main.sql
Building
go generate ./...
go build cmd/main.go
Testing
go test -coverpkg=./internal/... -coverprofile coverage.out ./...
Cleanup
rm -rf internal/mocks
References
# Packages
No description provided by the author