类型定义和类型别名 类型定义:type byte=uint8 类型别名:type myInt int 命名类型 具有名称的类型,例如:int, int64, float32, string, bool 通过类型声明创建的所有类型都是……