Mongodb – How to use “Let” Aggregate options in mongo-go-driver?
Trying to use mongo-go-driver SetLet in the aggregate options to pass user variables defined earlier in my function into my aggregation pipeline. Trying to parse the documentation for this… SetLet asks for just an interface{} for the input parameter. I’m…