diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 00:58:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 00:58:28 -0500 |
| commit | ca9ad75283333529b611d73acd9762d0fc36053b (patch) | |
| tree | a92c87aefb28a44060a3f82c38980e0b6e9535fd /dump.go | |
| parent | c1d86fc324671995ee6dc279c7568bceda1cc910 (diff) | |
more COBOL but the output is really easy to read now
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dump.go')
| -rw-r--r-- | dump.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 != "" { |
