aboutsummaryrefslogtreecommitdiffstats
path: root/tmp.go
diff options
context:
space:
mode:
Diffstat (limited to 'tmp.go')
-rw-r--r--tmp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp.go b/tmp.go
index 4920075..e57e199 100644
--- a/tmp.go
+++ b/tmp.go
@@ -2,7 +2,7 @@ package main
import (
"fmt"
- "log"
+ "log" // TODO: eventually change to slog and manage levels
"net/url"
"os"
"os/exec"