Y
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
resotto
2109 days ago
Got it. Thank you.
link