From 1a972bf725a7939129115289e1a6052a21fce9f5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 25 Sep 2024 22:52:52 -0300 Subject: src/gobang.go: Increase sourceInfoSkip from 3 to 4 --- src/gobang.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gobang.go') diff --git a/src/gobang.go b/src/gobang.go index f135aa3..f27cdea 100644 --- a/src/gobang.go +++ b/src/gobang.go @@ -122,7 +122,7 @@ func anyArr[S ~[]E, E any](arr S) []any { return ret } -const sourceInfoSkip = 3 +const sourceInfoSkip = 4 func Debug(message string, type_ string, args ...any) { if level < LevelDebug { return -- cgit v1.2.3