▲ 4 ▼ The why of Go strings – Phil Pearl – Medium
Regular readers of my blog will all be aware that in Go a string is in fact a struct with a pointer to an area of memory containing the byte content of the string and an integer Len that tells you…
Register to comment or vote on this story