Implementation of OOP in Go is different from how you would do it in other programming languages. OOP concepts are implemented using structs, interfaces and custom types.
Setting up a new backend project and I was faced with a decision to make: what factors do I have to keep in mind before deciding to use a REST API framework for my backend?