Introduction to Golang structs
If you think about it closely software development is all about data manipulation. At its core, all we do is move data from one point to another.
A variable just holds a piece of data and can be called upon whenever that data is needed.
Did you just ...
immanuelsoetan.hashnode.dev4 min read