summaryrefslogtreecommitdiff
path: root/spool
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 16:37:17 +0200
committerewy <ewy0@protonmail.com>2026-04-14 16:37:17 +0200
commit45a297a8e526094e8fce6e2c5c0fd89b381d1765 (patch)
tree852ebc3a0112c94dc9726d0b27ab057bf6383660 /spool
i have to commit at some point!
Diffstat (limited to 'spool')
-rw-r--r--spool/spool.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/spool/spool.go b/spool/spool.go
new file mode 100644
index 0000000..d582cfb
--- /dev/null
+++ b/spool/spool.go
@@ -0,0 +1,6 @@
+package spool
+
+import "fmt"
+
+var Print = fmt.Printf
+var Warn = fmt.Printf