drone-test/demo.go

6 lines
62 B
Go
Raw Normal View History

2022-06-15 10:31:40 +08:00
package main
type USer struct {
Name string `json:"name"`
}