Add BreakIf function

This commit is contained in:
Alexander Neumann
2015-03-15 14:00:28 +01:00
parent 3d768e39ea
commit 6aed4035f5
2 changed files with 13 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ package debug
func Log(tag string, fmt string, args ...interface{}) {}
func Break(string) {}
func BreakIf(string, func() bool) {}