Data structures in Golang

For Developing Go (golang) code web base application,Data structures mandatory required or not in golang

I do not understand your question…

Of course, when you do programming in general you need to store your stuff somewhere, so you’ll use at least the most basic data structures.

And if you need the more advanced ones depends on what you actually want to achieve.

1 Like

You will need to understand basic structures like Arrays, Structs, Maps etc to work in Go Lang. This is the requirement of most of the programming languages.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.