作者 yangfu

add yang_model1.go

type model_yang struct{
name string `json:"name"`
}
... ...