drone-test/demo.go
2022-06-15 10:31:40 +08:00

6 lines
62 B
Go

package main
type USer struct {
Name string `json:"name"`
}