This project creates a server using golang and Mysql for storing and retrieving snippets. It uses a clean architecture with separation of consern between the database logic (mysql), the aplication logic and comunication interface logic (http/https). For now is a small project used for learning purpose but who knows what it will become