repositorypackage
0.0.0-20240727121118-d0fcf2fcb045
Repository: https://github.com/bandvov/golang-shop.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
golang-shop
{ "first_name": "vov", "last_name": "vov", "email": "[email protected]", "role": "admin", "status": "active", "password": "12345678" }
Test coverage
Run go test -coverprofile=coverage.out ./...
to collect test coverage
Run go tool cover -html=coverage.out -o coverage.html
to generate coverage html file