From c63cd5fb0ed60fd7e39da2465fed04d6381efd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 26 Sep 2023 08:47:12 +0200 Subject: [PATCH] caller test --- pkg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg.go b/pkg.go index 57150ec..1751662 100644 --- a/pkg.go +++ b/pkg.go @@ -23,6 +23,7 @@ var ( func init() { _, file, _, _ := runtime.Caller(0) + fmt.Printf("--\nWRAPPED_ERROR: %s\n--\n", file) dir := path.Dir(file) dirBase := path.Dir(dir) baseDirLength = len(dirBase)