编辑代码

package main
import "fmt"

type Article struct {
    ID int64
    Title string
}
func main () {
    
}