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
ProgrammingCompile Programs in Go for Multiple OS (Golang)In this blog post we will talk about how to compile Go programs for multiple operating systems…Zoran StankovicSeptember 11, 2022 2 min
ProgrammingBasic Package File Structure and go.mod File Explained in Go (Golang)In this blog post we will talk about basic package file structure and a bit of modules. In my…Zoran StankovicSeptember 04, 2022 3 min
ProgrammingBasic Structure of Go Program Explained (Golang)In this blog post we will explain basic structure of Go program using "Hello World" example. I used…Zoran StankovicAugust 28, 2022 3 min
ProgrammingSetting up Go work environment on Windows, Linux and MacOSIn this blog post, we will show how to set up a Go work environment on Windows, Linux and MacOS…Zoran StankovicAugust 21, 2022 3 min