diff options
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 { |
