Signed-off-by: Philipp Hahn <hahn(a)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