timer.go 75 B

1234567
  1. package models
  2. import "time"
  3. type HourCommand struct {
  4. Time time.Time
  5. }