one thing I liked about Golang, is the fact the language abstracts uint8/i32 into byte/rune. It's a clever thing considering a very amount of devs doesn't know deeply the difference between unsigned vs signed integers. This layer of abstraction makes the language + popular imho.
Comments
imho i rather have people learning that but i can see why go became more popular