├── .gitignore ├── LICENSE ├── README.md └── mars.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maurodelazeri/mysql-backup-golang/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maurodelazeri/mysql-backup-golang/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maurodelazeri/mysql-backup-golang/HEAD/README.md -------------------------------------------------------------------------------- /mars.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maurodelazeri/mysql-backup-golang/HEAD/mars.go --------------------------------------------------------------------------------