Skip to content

haimberger/compare

Repository files navigation

compare

GoDoc

Package compare provides customizable functionality for comparing values.

Development

Before committing any changes, make sure to run make precommit. It does the following:

  1. Make sure that Gopkg.lock and the vendor directory are up to date. For this, you'll need to install dep if you haven't already.
  2. Concurrently run a bunch of linters including go vet and megacheck.
  3. Run all tests.
  4. Save test coverage information to a file, then open a browser window showing the covered (green), uncovered (red), and uninstrumented (grey) source. You can find more information under "Viewing the results" here.

About

Customizable comparison of values in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published