zoom icon indicating copy to clipboard operation
zoom copied to clipboard

A blazing-fast datastore and querying engine for Go built on Redis.

Results 2 zoom issues
Sort by recently updated
recently updated
newest added

Just like [RandomId](http://godoc.org/github.com/albrow/zoom#Query.String), SequentialId would be a struct which you can embed to satisfy the Model interface. Like the name implies, instead of randomly generating ids, it will assign ids...

enhancement
question

After reading about changes to the reflect package in the [upcoming go 1.6 release](https://tip.golang.org/doc/go1.6), I've realized that Zoom does not handle unexported embedded structs with exported fields the same way...

question