summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-27 08:32:54 -0500
committerJeff Carr <[email protected]>2024-10-27 08:32:54 -0500
commitcc092bd8955ce7589fb2d92c091a5da3f8f714e5 (patch)
tree3255979795c09bcd6a406cb5f25f3a874480350f /structs.go
parent6934c8a2c42def64d890aae8eb79b9ef8be55fd2 (diff)
somehow dirs aren't saving
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 77d9c29..b209c9b 100644
--- a/structs.go
+++ b/structs.go
@@ -1,9 +1,9 @@
package main
-var me Virtigod
+var me *Virtigod
// this app's variables
type Virtigod struct {
Hostname string
- dirs []string
+ dirs []string
}