8 lines
80 B
Go
8 lines
80 B
Go
package main
|
|
|
|
import "time"
|
|
|
|
type Presence struct {
|
|
At *time.Time
|
|
ID string
|
|
}
|