#go
Read more stories on Hashnode
Articles with this tag
Hey there! Let's learn structs in Golang. Struct Struct (aka structure) is used to create custom data types. In Golang we have primitive data types...
Hey there! Let's learn about map data structure in Golang. I already gave a brief introduction to map in this blog, Learn Go (Part-2). Map Maps are...
Ain't no Data Structure ยท 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...
Hey there! This blog is all about arrays in Golang. I've already made an intro kind of thing where I explained a little bit about the arrays of...
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...
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...