How to assign string to bytes array

Safe and simple:

[]byte("Here is a string....")

Leave a Comment