How do I keep track of users after the openid redirect?

Unfortunately, I am using golang which appears to not have a session system by default and I would have to add something like gorilla/sessions. After doing a bit of reading, I think that I will be able to write what I need without it for now.

Thanks for the help.