https://github.com/eddieowens/fscmp
Compare `fs.FS` objects in Go
https://github.com/eddieowens/fscmp
compare equality filesystem fs golang testify
Last synced: about 1 month ago
JSON representation
Compare `fs.FS` objects in Go
- Host: GitHub
- URL: https://github.com/eddieowens/fscmp
- Owner: eddieowens
- License: mit
- Created: 2021-08-23T17:01:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T18:30:12.000Z (over 4 years ago)
- Last Synced: 2024-06-20T16:41:47.308Z (over 1 year ago)
- Topics: compare, equality, filesystem, fs, golang, testify
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fscmp
A library to compare `fs.FS` implementations.
## Installation
```
go get github.com/eddieowens/fscmp
```