9 lines
83 B
Go
9 lines
83 B
Go
package client
|
|
|
|
import "time"
|
|
|
|
type Avatar struct {
|
|
File string
|
|
Date time.Time
|
|
}
|