Working with strings effectively with Golang
What are Strings? π€
The way strings is stored in memory makes them immutable, making it difficult to perform simple operations like changing the value of an index in a string. For example you can't perform an index assignment operation on a string, ...
blog.covenlabs.space4 min read