aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-07-19ref: Remove static fs on rootGabriel Arakaki Giovanini
Go embed does allow to load parent folder, so I move static fs to static folder as I think it fits better there than in the root of the project.
2023-07-18feat: Add template generating to make fileGabriel Arakaki Giovanini
Add template generating code to `make` process.
2023-06-18feat: Move params to flagsGabriel Arakaki Giovanini
Start using flags to set some params like key and database connection. As a flag parse I opt for a lib that uses posix style params.
2023-06-18feat: Inicial commitGabriel Arakaki Giovanini
It contains rough template for the server and runners. It contains rough template for the server and runners.