summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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
}