|
|
|
|
|
by golangnews
3143 days ago
|
|
I’ve used go for around 5 years on multiple large deploys without touching the reflect package. It is neither recommended nor necessary. Go is radically minimalist compared to other languages - it leaves a lot out, most notably inheritance. |
|