golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.53k stars 521 forks source link

tour: [Request for addition of ways/examples to achieve OOPs functionalities using GOLANG] #1553

Open Kirti93-pixel opened 8 months ago

Kirti93-pixel commented 8 months ago

Context: https://go.dev/tour/methods/10

Hi Team,

The tour of Go is a great platform to learn.

I am a software developer from a non-OOP background with experience in Golang from the beginning of my career. Though I have more of a theoretical knowledge of OOP concepts but don't have much idea on how to apply them using Golang. I know it is possible to implement and achieve the object-oriented functionalities in Golang but don't have a concrete idea of how to do it.

Can this tour provide a separate section on how we can do it? It would be really great for engineers from both OOP and non-OOP backgrounds.

Though there are several sites that provide related information. But I would really appreciate it if Go Tour could provide this information.

Please keep up the great work. :)

Thanks and Regards Kirti Dhiman