Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flimzy/diff
This package has been superseded by https://gitlab.com/flimzy/testy
https://github.com/flimzy/diff
diff go testing
Last synced: 3 months ago
JSON representation
This package has been superseded by https://gitlab.com/flimzy/testy
- Host: GitHub
- URL: https://github.com/flimzy/diff
- Owner: flimzy
- License: mit
- Archived: true
- Created: 2017-03-05T10:26:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T13:30:47.000Z (over 4 years ago)
- Last Synced: 2024-06-19T20:50:18.119Z (6 months ago)
- Topics: diff, go, testing
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/flimzy/diff.svg?branch=master)](https://travis-ci.org/flimzy/diff) [![Codecov](https://img.shields.io/codecov/c/github/flimzy/diff.svg?style=flat)](https://codecov.io/gh/flimzy/diff) [![GoDoc](https://godoc.org/github.com/flimzy/diff?status.svg)](http://godoc.org/github.com/flimzy/diff)
# diff
This is a simple package to facilitate Go testing of various deeply nested data types.
## License
This package is released under the terms of the MIT license. See the included LICENSE.txt for details.