asdine / storm

Simple and powerful toolkit for BoltDB
MIT License
2.06k stars 138 forks source link

Added *time.Time comparison for q #245

Closed mdouchement closed 5 years ago

mdouchement commented 5 years ago

Enhanced version of https://github.com/asdine/storm/pull/98.

It allows to compare both time.Time and *time.Time.

Let me know if there are any places that need changes

asdine commented 5 years ago

Good job, thank you :+1: @mdouchement