- Zoran Stankovic
- 20 Nov, 2022
Strings in Go (Golang) An Introduction
In this blog post we will talk about Strings in Go. We will see how to declare string variables and what operations we can perform on them. Let's see now what strings are and how we can declare them ...
- Zoran Stankovic
- 12 Nov, 2022
Get Up to Speed with Bytes, Runes and Printf in Go (Golang)
In this article we will talk bout Runes and Bytes in Go (Golang). We will see how to declare variab ...
- Zoran Stankovic
- 29 Oct, 2022
Numeric Data Types Explained in Go (Golang)
In this article, we will talk about Numeric data types in Go, including integers, decimals and comp ...
- Zoran Stankovic
- 15 Oct, 2022
Boolean Data Type Explained in Go (Golang)
In this blog post we will talk about Boolean data type in Go. What are Boolean values, and how do w ...
- Zoran Stankovic
- 05 Oct, 2022
Data Types in Go An Introduction (Golang)
In this blog post we will talk about the difference between statically vs. dynamically typed langua ...