mirror of
https://github.com/restic/restic.git
synced 2026-03-12 09:11:23 +00:00
Add BreakIf function
This commit is contained in:
@@ -5,3 +5,5 @@ package debug
|
||||
func Log(tag string, fmt string, args ...interface{}) {}
|
||||
|
||||
func Break(string) {}
|
||||
|
||||
func BreakIf(string, func() bool) {}
|
||||
|
||||
Reference in New Issue
Block a user