controllers/restriction.go @@ -78,6 +78,7 @@ } func isBetween(st string, et string, nowDate string, nowTime time.Time) bool { fmt.Println("st:", st, "et:", et, "nowDate:", nowDate) if st == nowDate || et == nowDate { return true } else {