2020-04-02 20:53:11 +01:00

7 lines
71 B
Go

package objects
type Timestamp struct {
Start int
End int
}