[libvirt] [PATCH go-xml 3/4] doc: Add missing newline

Philipp Hahn hahn at univention.de
Thu Nov 21 16:18:05 UTC 2019


Signed-off-by: Philipp Hahn <hahn at univention.de>
---
 doc.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.go b/doc.go
index d1f94b2..c4ce0dd 100644
--- a/doc.go
+++ b/doc.go
@@ -57,6 +57,6 @@
 //  domcfg := &libvirtxml.Domain{}
 //  err = domcfg.Unmarshal(xmldoc)
 //
-//  fmt.Printf("Virt type %s", domcfg.Type)
+//  fmt.Printf("Virt type %s\n", domcfg.Type)
 //
 package libvirtxml
-- 
2.20.1





More information about the libvir-list mailing list