Simplify examples

This commit is contained in:
Christian Muehlhaeuser
2019-12-25 05:54:26 +01:00
parent 56af24c72d
commit 4d9e90bd78
3 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ Bye!
})
out, _ := r.Render(in)
fmt.Printf("%s", out)
fmt.Print(out)
}
+1 -1
View File
@@ -16,5 +16,5 @@ Bye!
`
out, _ := glamour.Render(in, "dark")
fmt.Printf(out)
fmt.Print(out)
}