Hacker News new | ask | show | jobs
by celestino_127 2109 days ago
In Golang, interfaces are used to circumvent that feature. There is no inheritance, instead Gophers use interfaces in code to share functionality between structs.
1 comments

Got it. Thank you.