# README
Golang boilerplate API server with Echo
If I'm ever foolhardy enough to attempt a web service in Golang again during a tech challenge, here is my boilerplate with register/log in/log out/sessioning.
# Packages
No description provided by the author
# Functions
No description provided by the author
GetUserLogin Creates a session store based on its underlying data store.
# Interfaces
Datastore is an abstraction for talking to the database.
User represents a user in the system.
UserLogin handles logging a user in by session.
UserSession represents the user's currenly logged in session.