您现在的位置是:网站首页> Go语言
关于Go的结构
- Go语言
- 2020-11-07
- 761人已阅读
摘要
所有结构内的变量要导出必须字母头为大写
如:
type ReturnST strut{
BOK bool //返回成功与否
Command string //命令
M_ReturnOBJ interface{}//消息体
SMsg string //消息
}
上一篇:go语言接口灵活使用
下一篇:map使用
上一篇:go语言接口灵活使用
下一篇:map使用