https://github.com/fmpwizard/mgo-checker
check mgo parameters for correct type
https://github.com/fmpwizard/mgo-checker
Last synced: 8 months ago
JSON representation
check mgo parameters for correct type
- Host: GitHub
- URL: https://github.com/fmpwizard/mgo-checker
- Owner: fmpwizard
- Created: 2017-03-13T00:16:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T13:29:31.000Z (about 9 years ago)
- Last Synced: 2025-06-14T06:03:47.252Z (about 1 year ago)
- Language: Go
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mgo-checker
It's a tool to check the parameter types you use inside `bson.M`, `bson.D` and reports an error
if there is a mismatch.
## Status
Just started working on it.