summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 03:55:22 -0500
committerJeff Carr <[email protected]>2025-10-05 03:55:22 -0500
commit952334bf58e49e381171e2c71e20a847f4138df6 (patch)
treef430252265c34d30162027c0bf657cfbfe52a841 /human.go
parent8d50f01597cde8c7ae0fd451347d93196b97f900 (diff)
code cleanups. old non-protobuf code almost gonev0.0.166
Diffstat (limited to 'human.go')
-rw-r--r--human.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/human.go b/human.go
index f58e23e..e5ce98d 100644
--- a/human.go
+++ b/human.go
@@ -10,6 +10,8 @@ import (
"go.wit.com/log"
)
+// OLD STUFF. REMOVE. USE PROTOBUF TABLES
+
// mostly just functions related to making STDOUT
// more readable by us humans