added new comment

This commit is contained in:
Nils Stinnesbeck 2020-08-03 21:45:34 +02:00
parent fcfb201675
commit 9e6873b132

View File

@ -23,5 +23,7 @@ func Print(body interface{}) {
if err != nil {
panic(err)
}
// Print out string to stdout
fmt.Println(string(s))
}