3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-09 12:50:08 +01:00
This commit is contained in:
kolaente
2021-08-18 19:47:49 +02:00
commit 07b38fae0b
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea/

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module kolaente.dev/konrad/docker-db-backup
go 1.16

4
main.go Normal file
View File

@@ -0,0 +1,4 @@
package main
func main() {
}