https://github.com/openacid/slimcompatible
A compatibility testing utility for slim
https://github.com/openacid/slimcompatible
Last synced: about 1 month ago
JSON representation
A compatibility testing utility for slim
- Host: GitHub
- URL: https://github.com/openacid/slimcompatible
- Owner: openacid
- License: mit
- Created: 2019-07-19T14:21:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T09:24:37.000Z (over 5 years ago)
- Last Synced: 2025-01-14T13:54:12.325Z (over 1 year ago)
- Language: Go
- Size: 11.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slimcompatible
A compatibility testing utility for slim
It builds marshaled data with specified version of slim for testing if a later
version `slim` is able to load data from an old version.
# Usage
- Checkout a version such as `v0.5.4` of `slim`.
- `go run .` to use that version of `slim` to generate marshaled data.