From 07ef0b9f5bad28d5e280f7cfb55feafd36b35e80 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 12:32:37 -0500 Subject: xml generation works Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') 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 } -- cgit v1.2.3