Posted on 17th September 2024|49 views
How to print to console in Golang?
Posted on 17th September 2024| views
When you convert any slice of bytes as a string, you perceive a distinct string which holds the similar bytes as that slice.
str := string([]byte{71, 72, 73})