go语言中如何重置一个结构体变量为初始值啊

widon1104 · · 4091 次点击
初始一个全局的Test,要初始化直接赋值 var initTest = Test{} ``` *t=initTest ```
#1