- Zoran Stankovic
- 24 Sep, 2022
How 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 library in Go and use it locally. We already mentioned in previous posts what are packages. But let's ...
- Zoran Stankovic
- 11 Sep, 2022
Compile Programs in Go for Multiple OS (Golang)
In this blog post we will talk about how to compile Go programs for multiple operating systems. Wh ...
- Zoran Stankovic
- 04 Sep, 2022
Basic 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 [pre ...
- Zoran Stankovic
- 28 Aug, 2022
Basic 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 Stankovic
- 21 Aug, 2022
Setting up Go work environment on Windows, Linux and MacOS
In this blog post, we will show how to set up a Go work environment on Windows, Linux and MacOS. Al ...