package
0.0.0-20240303235359-511227b8aea2
Repository: https://github.com/lukmanern/go-with-me.git
Documentation: pkg.go.dev
# README
Implementation OOP
In Go, structs are used to define user-defined types, which can have methods attached to them. This is a form of object-oriented programming (OOP), although Go does not have inheritance and some other OOP features found in other languages, so it will kindly different.