I\'m new to Golang. I want to create a system that users can log-in and log out. After the user logs out, I want to delete the session related to that user. After m
Golang