mozhi/utils/main.go
2023-08-15 21:41:02 +05:30

6 lines
62 B
Go

package utils
type List struct {
Name string
Id string
}