mozhi/utils/main.go

7 lines
62 B
Go
Raw Normal View History

2023-08-15 16:11:02 +00:00
package utils
type List struct {
Name string
Id string
}