How to Work with Strings, Bytes, Runes, and Characters in Go
When you first start working with text in Go, everything seems simple until you meet emojis, accented characters, and UTF-8 encoding. Then suddenly, len("π") doesn't equal 1 anymore.
To truly understand how Go handles text, we need to dive into stri...
blog.rohitlokhande.in7 min read