Gaurav ShuklaforGaurav'sbloggauravshukla.hashnode.netยทApr 21, 2023Slices in GolangWhat are slices in Golang? Slices are a lightweight data structure in Golang that provide a convenient way to work with arrays. Unlike arrays, which have a fixed size, slices can grow or shrink dynamically as elements are added or removed. Slices are...10 likesWeMakeDevsAdd a thoughtful commentNo comments yetBe the first to start the conversation.