Files
AynaLivePlayer/model/user.go
2022-12-23 05:06:57 -08:00

6 lines
49 B
Go

package model
type User struct {
Name string
}