ProgrammingStrings in Go (Golang) An IntroductionIn this blog post we will talk about Strings in Go. We will see how to declare string variables and…Zoran StankovicNovember 20, 2022 6 min
ProgrammingGet 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…Zoran StankovicNovember 12, 2022 3 min
ProgrammingNumeric Data Types Explained in Go (Golang)In this article, we will talk about Numeric data types in Go, including integers, decimals and…Zoran StankovicOctober 29, 2022 4 min
ProgrammingBoolean 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 we…Zoran StankovicOctober 15, 2022 4 min
ProgrammingData Types in Go An Introduction (Golang)In this blog post we will talk about the difference between statically vs. dynamically typed…Zoran StankovicOctober 05, 2022 4 min
ProgrammingHow to Create Library and Import it Locally in Go (Golang)In this post we will talk about how to use external libraries in our project and how to create a…Zoran StankovicSeptember 24, 2022 5 min