├── docker-compose.yml # Docker services configuration ├── build.sh # Custom image build script ├── migrate.sh # Migration helper script ├── .dockerignore # Docker build context exclusions ├── tearup/ ...
Proyecto backend en Go con conexión a MySQL, generación de queries con sqlc, inyección de dependencias, testing con mocks y CI con GitHub Actions. go-database/ ├── .github/ │ └── workflows/ │ └── ...