Slice is an essential component of Go programming language. When writing a go program, for most common use-cases, you’ll be using slice instead of array. An array is fixed in size. But slices can be dynamic. The number of elements in a slice can grow dynamically. But, keep in mind that slice uses array in [...]
 
My name is Ramesh Natarajan. I will be posting instruction guides, how-to, troubleshooting tips and tricks on Linux, database, hardware, security and web. My focus is to write articles that will either teach you or help you resolve a problem. Read more about