rune is an alias for int32 and is equivalent to int32 in all ways. It is used, by convention, to distinguish character values from integer values. type rune rune // Really: type rune = int32 (see golang.org/issue/21601)
Инфа — 20%
+ 0