From 75b7b13781a355c49889f54110ed07434dec2d95 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 7 May 2021 21:52:01 +0200 Subject: ->kesim.org --- debug/frames.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/frames.go b/debug/frames.go index e603349..9aee6bb 100644 --- a/debug/frames.go +++ b/debug/frames.go @@ -52,7 +52,7 @@ func GetDefinition() (varName string, location string) { for more { frame, more = frames.Next() pkg := getPackageName(frame) - if pkg == "github.com/oec/goparsify" || pkg == "github.com/oec/goparsify/debug" { + if pkg == "kesim.org/goparsify" || pkg == "kesim.org/goparsify/debug" { continue } -- cgit v1.2.3