I am doing a project using Android, Go and MongoDB. I want to check if a user already exists in the database when an email id is found using Go code. What is the corresponding code to check whether the user already exists or not?
↧
I am doing a project using Android, Go and MongoDB. I want to check if a user already exists in the database when an email id is found using Go code. What is the corresponding code to check whether the user already exists or not?