summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 99d4ee0..77d9c29 100644
--- a/structs.go
+++ b/structs.go
@@ -4,5 +4,6 @@ var me Virtigod
// this app's variables
type Virtigod struct {
+ Hostname string
dirs []string
}