mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-18 10:42:58 +05:30
7 lines
62 B
Go
7 lines
62 B
Go
|
package utils
|
||
|
|
||
|
type List struct {
|
||
|
Name string
|
||
|
Id string
|
||
|
}
|