package
0.0.0-20241216140453-862131e86ee4
Repository: https://github.com/sourcefellows/mongo-query.git
Documentation: pkg.go.dev
# README
Generator Sample
Install the cmd tool and run it:
go install github.com/sourcefellows/mongo-query/cmd/mongo-query-gen@latest
Run it either by ruinning on command line...
mongo-query-gen -in Types.go -outDir .
.. or use go generate
go generate ./...
# Structs
No description provided by the author