|
|
|
|
|
by leshow
2919 days ago
|
|
If it considers parametric types to be interface {}, is that a kind of type erasure? I don't know much about Go, but it's my understanding that interface {} types have an extra layer of indirection and are essentially just pointers. |
|