Mongodb query in golang to retrieve records in a specific date range
I am trying to retrieve records that have a “start_time” and “end_time” field in a mongo collection.
I am trying to retrieve records that have a “start_time” and “end_time” field in a mongo collection.