nvim/snippets/go.json

17 lines
274 B
JSON
Raw Normal View History

2024-01-14 23:20:45 +08:00
{
"class": {
"prefix": "Class_Array_tree",
"body": [
"type $1 struct {",
"id int64",
"$1Id int64",
"$1Name string",
"createTime time.Time",
"updateTime time.Time",
"$2",
"}",
"$0"
]
}
}