summaryrefslogtreecommitdiff
path: root/debug/frames.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2019-06-16 11:20:10 +0200
committerÖzgür Kesim <oec@codeblau.de>2019-06-16 11:20:10 +0200
commit3322278f7c333f91ca9bb9808b068a7d2725530e (patch)
tree68b39db98d609b1f7380277cd3f7270006597c05 /debug/frames.go
parent3e20a3b9244aa003fcaf26a625ef48246aef55f7 (diff)
vektah -> oec
Diffstat (limited to 'debug/frames.go')
-rw-r--r--debug/frames.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/frames.go b/debug/frames.go
index 2110dcd..e603349 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/vektah/goparsify" || pkg == "github.com/vektah/goparsify/debug" {
+ if pkg == "github.com/oec/goparsify" || pkg == "github.com/oec/goparsify/debug" {
continue
}