summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 05:32:38 -0500
committerJeff Carr <[email protected]>2025-10-17 05:32:38 -0500
commitdf0979a9468e56a930d0fe64c41066bd21dc3b04 (patch)
treefdd2ac878cf87f666f036d2950f4e8e5f99b51fe /doNormal.go
parentcc7ead38db8403089e428caf1ef634b42455389e (diff)
lame panicv0.25.94
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doNormal.go b/doNormal.go
index ff47a79..537b751 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -60,6 +60,10 @@ func doNormalAll() (string, error) {
return s, err
}
+func (a *args) DoNormal() (string, error) {
+ return doNormalAttempt()
+}
+
// try to switch to "Normal" mode
func doNormalAttempt() (string, error) {
start := time.Now()