package
2.1.4
Repository: https://github.com/invisionapp/go-health.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

fakes

Files in this directory are utilized for testing the health library and can be safely ignored by most.

If you are doing development work on the lib and are introducing a change to some interface, you will need to regenerate one or more fakes. To do so, make sure you have counterfeiter installed and run go generate.

Note that you will have to modify the generated files and remove the import of the health library itself (as that will cause circular import problems).