Byte array to string

A byte is an unsigned int 8 bits. In Golang, we often use bytes slices. BYTE () function receives a string as input and returns the array.here is a GO example that shows how to convert a string to a byte array.Package main imports' fmt "Func Main ) {STR: = "MBB $ Then convert this string into a slice of bytes. ................
................