Current Public IP
{ records[0].IP }
{ records[0].Timestamp.Format("Jan 02, 15:04:05 MST") }
| Timestamp | IP Address |
|---|---|
| { r.Timestamp.Format("2006-01-02 15:04:05") } | { r.IP } |
if page > 1 {
← Previous
} else {
← Previous
}
Page { fmt.Sprint(page) }
if hasMore {
Next →
} else {
Next →
}