Convert byte array to string

This commit is contained in:
Gabriel Adrian Samfira 2022-10-21 11:23:04 +03:00
parent a7f151e2d2
commit bad7398b6c
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5

View file

@ -53,7 +53,7 @@ var logCmd = &cobra.Command{
log.Print("read:", err)
return
}
log.Print(message)
log.Print(string(message))
}
}()