summaryrefslogtreecommitdiff
path: root/doOutput.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 06:12:47 -0500
committerJeff Carr <[email protected]>2025-08-22 06:12:47 -0500
commitfbc5ebe4cebc94a1ac63b52788087c9dfbc46e0f (patch)
treefe398c66332b19f13732de994f9fa8774a434af1 /doOutput.go
parentd9e7420b31be172e767843da6905e5b2e7cd83b2 (diff)
wtf. this should work
Diffstat (limited to 'doOutput.go')
-rw-r--r--doOutput.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doOutput.go b/doOutput.go
new file mode 100644
index 0000000..0ec3053
--- /dev/null
+++ b/doOutput.go
@@ -0,0 +1,4 @@
+package main
+
+func doOutput(s string) {
+}