Go

Learn how to develop innovative solutions with the language created by Google.

Go: the struct data type

Go: the struct data type

In this article, we will explore the concept of a struct in Go and analyze the differences, if any, compared to other languages that use a similar structure.

Go: functions

Go: functions

The functions in Go follow a very pragmatic approach and offer several interesting functionalities and features that make them powerful tools for application development.