iswbm / GolangCodingTime

Go编程时光,一个零基础入门 Golang 的教程

Home Page:http://golang.iswbm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c01/c01_04

utterances-bot opened this issue · comments

1.4 数据类型:byte、rune与字符串 — Go编程时光 1.0.0 documentation

https://golang.iswbm.com/c01/c01_04.html

上面提到的byte与uint8没有区别,rune与uint32没有区别。后面是不对的,应该是rune与int32

上面提到的byte与uint8没有区别,rune与uint32没有区别。后面是不对的,应该是rune与int32

感谢指出,已更正

byte,占用1个节字