DEV Community

Discussion on: How I learned Go Programming

Collapse
 
casperbraske profile image
Luis

It is said that Go doesn't have "generics" but these look pretty much like generics:

func (r rectangle) area()

func (c circle) area()

Thread Thread
 
baksman profile image
ibrahim Shehu

talking about user defined generics not built inπŸ˜ƒ