diff options
Diffstat (limited to 'debug')
-rw-r--r-- | debug/frames.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |