Categorygithub.com/iliadmitriev/go-user-test
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

  1. sqlite3
  2. mockery
  3. sqlmock
  4. testify

# Packages

No description provided by the author