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

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

A.struct Student {...}

B.type Student {...}

C.type struct Student {...}

D.type Student struct {...}

正确答案是D