(单选题)以下Go语言结构体的声明中,正确的是( )。

分类: 初级Go开发工程师 发布时间: 2023-11-03 11:12 浏览量: 0

(单选题)以下Go语言结构体的声明中,正确的是( )。

A.struct Student {...}

B.type Student {...}

C.type struct Student {...}

D.type Student struct {...}

正确答案是D