update
This commit is contained in:
parent
19dd7b61a9
commit
4c09041e7e
16
snippets/go.json
Normal file
16
snippets/go.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"class": {
|
||||||
|
"prefix": "Class_Array_tree",
|
||||||
|
"body": [
|
||||||
|
"type $1 struct {",
|
||||||
|
"id int64",
|
||||||
|
"$1Id int64",
|
||||||
|
"$1Name string",
|
||||||
|
"createTime time.Time",
|
||||||
|
"updateTime time.Time",
|
||||||
|
"$2",
|
||||||
|
"}",
|
||||||
|
"$0"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user