How to Create Library and Import it Locally in Go (Golang)

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

Compile Programs in Go for Multiple OS (Golang)

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

Basic Package File Structure and go.mod File Explained in Go (Golang)

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

Basic Structure of Go Program Explained (Golang)

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

Setting up Go work environment on Windows, Linux and MacOS

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