Categorygithub.com/emits-io/core
repositorypackage
1.0.6
Repository: https://github.com/emits-io/core.git
Documentation: pkg.go.dev

# README

Emits Core

Testing & Coverage

Run the following commands in your terminal:

  • go test -v -coverprofile cover.out
  • go tool cover -html=cover.out -o cover.html

Open cover.html or run the following command to review coverage:

  • open cover.html