2019-05-26 02:47:51 +01:00

7 lines
65 B
Go

package objects
type Timestamp struct {
Start int
End int
}