Today we will see the working of strings in golang. We all know that immutable data is simple but the program must allocate memory for data change.But sometimes there is no extra memory for that allocation or when you dont want to burden the garbage collector. Whats interesting about Go is that it has its […]

Read more of this post