summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 12:32:37 -0500
committerJeff Carr <[email protected]>2024-10-26 12:32:37 -0500
commit07ef0b9f5bad28d5e280f7cfb55feafd36b35e80 (patch)
treeb6fc722bff1826069dffbd285657c89c9db73fe5 /structs.go
parent783a06b050048e22aac9fcc1520ca43c40226f14 (diff)
xml generation works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index ff134aa..a99883a 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,7 @@ var me Virtigod
// this app's variables
type Virtigod struct {
- cluster *virtbuf.Cluster
+ cluster *virtbuf.Cluster
// droplets *virtbuf.Droplets
// events *virtbuf.Events
}