Common gotchas when mutating a sliceCommon gotchas when mutating a slice Mutating slices in Go can be a bit confusing. It's generally known that slices are a reference an…Posted on October 28th, 2020Author: Mina Gyimah
Howto propoerly delete an element from a slice in GoProperly delete an element from a slice in Go Arrays and slices in Go are a bit different from analogous structrures in other languages…Posted on July 15th, 2020Author: Pavle Jonoski