类型别名 与 自定义类型
摘要:
类型别名: 别名是1.9版本添加的新功能 type TypeAlias = Type type byte = uint8 type rune = int32 自定义类型: 在Go中有基本的数据类型,比如:string,int,bool等。还可以使用type关键字来自定义类型。 自定义类型是定义了一个 阅读全文
posted @ 2021-04-22 15:33 二十四岁半 阅读(130) 评论(0) 推荐(0)
posted @ 2021-04-22 15:33 二十四岁半 阅读(130) 评论(0) 推荐(0)