From e256f02cf8caf7459269ebdba90c43936feb60bd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 04:18:40 -0500 Subject: this is weird Signed-off-by: Jeff Carr --- configfile/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configfile/main.go') diff --git a/configfile/main.go b/configfile/main.go index 4e873fa..ff3e4c0 100644 --- a/configfile/main.go +++ b/configfile/main.go @@ -26,7 +26,7 @@ func main() { log.Fatalln("Failed to parse droplet:", err) } - // log.Println(aCluster) + log.Println(aCluster.String()) // show the droplets to STDOUT for _, d := range aCluster.Droplets { log.Println("\tdroplet =", d.Hostname, "preffered host:", d.PreferredHypervisor) @@ -34,7 +34,7 @@ func main() { // show the hypervisors to STDOUT for _, h := range aCluster.Hypervisors { - log.Println("\thypervisor =", h.Hostname) + log.Println("\thypervisor =", h.Hostname, h.Memory) } } -- cgit v1.2.3