summaryrefslogtreecommitdiff
path: root/debugger.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-21 23:22:53 -0500
committerJeff Carr <[email protected]>2025-09-21 23:22:53 -0500
commit1dbf1a561b092658416e1a3b0c59ba6b057bad07 (patch)
tree0b3f847cc908775cc5a54b53b0ed8260dbabdffb /debugger.go
parent3c096fec0f341f88fa614ef72b05a849e59a3cf3 (diff)
attempt to autocomplete --guiv0.0.11v0.0.10
Diffstat (limited to 'debugger.go')
-rw-r--r--debugger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger.go b/debugger.go
index 34ebbbb..5b1e2a9 100644
--- a/debugger.go
+++ b/debugger.go
@@ -56,7 +56,7 @@ type AutoFuncd interface {
}
// Described is the interface that the destination struct should implement to
-func newTest(tmp interface{}) {
+func findAppInfo(tmp interface{}) {
if tmp, ok := tmp.(Appnamed); ok {
myAuto.appName = tmp.Appname()
} else {