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