mozhi/utils/main.go

7 lines
62 B
Go
Raw Normal View History

2023-08-15 21:41:02 +05:30
package utils
type List struct {
Name string
Id string
}