Strings in Go (Golang) An Introduction

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 ...

Get Up to Speed with Bytes, Runes and Printf in Go (Golang)

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 ...

Numeric Data Types Explained in Go (Golang)

Numeric Data Types Explained in Go (Golang)

In this article, we will talk about Numeric data types in Go, including integers, decimals and comp ...

Boolean Data Type Explained in Go (Golang)

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 ...

Data Types in Go An Introduction (Golang)

Data Types in Go An Introduction (Golang)

In this blog post we will talk about the difference between statically vs. dynamically typed langua ...