Ray Yangblog.rayspock.comยทSep 6, 2023Go Slice Copying: What Really Happens Under the Hood?In Go, variables are passed by value, which means that when we pass variables as arguments to functions, Go makes a copy of those values for the function to use. However, the behaviour of Slice can be a bit confusing at first glance, especially if we...130 readsGo LanguageAdd a thoughtful commentNo comments yetBe the first to start the conversation.