© 2023 Hashnode
#learn-go
Hey there! Let's talk about slices in-depth. You may want to check out arrays first, if in case, here's the link to Golang Arrays. Slice In Golang, Slice is just an array data structure but with dynam…
Hey there! This blog is a continuation of the Learn Go series of my Go learnings. If you want to check out the part-1 then follow this link https://mohanj.hashnode.dev/learn-go Topics to be covered Co…
Hey there! Before diving into the topic, small heads-up is this blog and coming-up ones aren't solely intended to teach someone but to me too. Also hoping this might act as a reference to my future se…
Introduction Go also known as Golang is an open source, compiled and statically typed programming language developed by Google. The key people behind the creation of Go are Rob Pike, Ken Thompson and …