How do you implement DI and Interfaces(Contracts) & Implementations on Golang? 2 points by resotto 6y ago ↗ HN I’m newbie gopher and I know there is no inheritance in Golang so how do you accomplish above purpose??Thanks.
[–] celestino_127 6y 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. [–] resotto 6y ago ↗ Got it. Thank you.
2 comments
[ 4.7 ms ] story [ 24.6 ms ] thread