编辑代码
Go语言代码
1.16.3
1.10.4
1.22.0
运行
package
main
import
"fmt"
type
Article
struct
{ ID
int64
Title
string
}
func
main
()
{ }