This commit is contained in:
kolaente 2021-08-18 19:47:49 +02:00
commit 07b38fae0b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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() {
}