How to Soft Delete with MongoDB and Go
If you have to implement an API with CRUD operations on MongoDB with Go, but with the caveat that the documents on a collection had to be deleted using the soft delete pattern, then continue reading to find out how.
You can find the full source co...
arielorozco.com3 min read