package main import "time" type Presence struct { At *time.Time ID string }