From fe363a19707a0acb294d4d6f495faa2920038bfa Mon Sep 17 00:00:00 2001 From: "daniel.naude" <danieln@bob.co.za> Date: Thu, 5 Sep 2024 11:29:21 +0200 Subject: [PATCH] Remove unecessary comment --- date_utils/date_utils.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/date_utils/date_utils.go b/date_utils/date_utils.go index 0fed016..5bde07f 100644 --- a/date_utils/date_utils.go +++ b/date_utils/date_utils.go @@ -325,8 +325,6 @@ func formatTimestampsWithTimeZoneInSlice(fieldValue reflect.Value, location *tim return nil } -// TradingHours represents an array of (StartTime,EndTime) pairs, one for each day of the week. -// The array is 0 indexed, with 0 being Sunday and 6 being Saturday and 7 being public holidays. type TradingHours struct { Monday TradingHoursDay `json:"monday"` Tuesday TradingHoursDay `json:"tuesday"` -- GitLab