From ca9ad75283333529b611d73acd9762d0fc36053b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 1 Nov 2024 00:58:28 -0500 Subject: [PATCH] more COBOL but the output is really easy to read now Signed-off-by: Jeff Carr --- dump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.go b/dump.go index 77fa452..78f125a 100644 --- a/dump.go +++ b/dump.go @@ -35,7 +35,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) { fmt.Println(w, "Droplet UUID:", d.Uuid) // this line in golang could replace 80 lines of COBOL - header := d.SprintDumpHeader() + header := d.SprintDumpHeader() + " " // check if this is a locally defined libvirt domain that needs to be imported if d.LocalOnly != "" {