summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
Diffstat (limited to 'human.go')
-rw-r--r--human.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/human.go b/human.go
new file mode 100644
index 0000000..479c6d6
--- /dev/null
+++ b/human.go
@@ -0,0 +1,12 @@
+package forgepb
+
+// mostly just functions related to making STDOUT
+// more readable by us humans
+
+// also function shortcuts the do fixed limited formatting (it's like COBOL)
+// so reporting tables of the status of what droplets and hypervisors
+// are in text columns and rows that can be easily read in a terminal
+
+func RepoHeader() string {
+ return "Name Path"
+}