删除 'demo.go'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
loser 2022-06-15 11:32:55 +08:00
parent 78719a6bb1
commit 2f91b44bb8

View File

@ -1,5 +0,0 @@
package main
type USer struct {
Name string `json:"name"`
}