Go

Go: primitive data types

In this article, we'll explore the primitive data types of Go and how they are used within the language.

August 25, 2023
Go

Go: pointers

In this article, we'll explore the use of pointers in Go and highlight the main differences from pointers in C and C++.

August 25, 2023
Go

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.

August 25, 2023
Go

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.

August 25, 2023
Go

Go: loops with for and for range

In this article we will see how to manage loops in Go.

August 25, 2023
Go

Go: control statements

In this article we will talk about the control statements of the Go programming language.

August 25, 2023