Add failing test

This commit is contained in:
Frederik Ring
2025-10-11 19:49:51 +02:00
parent 832a1f9d9a
commit 34b7aedeeb
4 changed files with 69 additions and 2 deletions

5
cmd/backup/container.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func runInContainer(config *Config) error {
return nil
}