Categorygithub.com/devbackend/goingot
repository
0.0.0-20240324080651-b692e9bda7c6
Repository: https://github.com/devbackend/goingot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GoIngot Template

pipeline status

Scaffolding for Go projects.

Follow go project layout: https://github.com/golang-standards/project-layout

Scripts

# Install golangci-lint
make lint-install

# Run linters
make lint 

# Generate mocks for testing
make mock-generate

# Run tests
make test

# Run stdout code coverage
make test-coverage

# Run HTML code coverage (required web browser)
make test-coverage-html

# Build Dockder image
make docker-build

# Run Docker image
make docker-run