# Packages
No description provided by the author
# Variables
Returned when a user tries to signup with an already used email.
Returned when a user tries to login with the wrong email or password.
Returned when Get method does not find any sql records matching the query.
# Structs
A Struct for the data in each snippet in our database, The fields of the struct corrosponde to the fields in our MySQL snippets.
Struct wrapping sql.DB method.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author