summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-27 05:43:01 -0500
committerJeff Carr <[email protected]>2024-10-27 05:43:01 -0500
commit6934c8a2c42def64d890aae8eb79b9ef8be55fd2 (patch)
treeca2d3a37ad829e9cd9e8255e750edc53049739ef /structs.go
parent53b18daea6667ade8c3833fe24876fd48b80b44f (diff)
does spice ports
Signed-off-by: Jeff Carr <[email protected]>
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
}