Go with OOP
Go / Golang is a modern programming language developed by Google. Though Go is not an Object Oriented Programming language like Java, C#, Python, or other programming languages, there is a way to achieve this.
Then, Let's see how one can achieve OO behavior in a Go program.