diff options
| author | Jeff Carr <[email protected]> | 2025-09-21 23:22:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-21 23:22:53 -0500 |
| commit | 1dbf1a561b092658416e1a3b0c59ba6b057bad07 (patch) | |
| tree | 0b3f847cc908775cc5a54b53b0ed8260dbabdffb /debugger.go | |
| parent | 3c096fec0f341f88fa614ef72b05a849e59a3cf3 (diff) | |
Diffstat (limited to 'debugger.go')
| -rw-r--r-- | debugger.go | 2 |
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 { |
