Skip to content
Snippets Groups Projects
Commit fe363a19 authored by Daniel Naude's avatar Daniel Naude
Browse files

Remove unecessary comment

parent daab1fd2
No related branches found
No related tags found
1 merge request!51Refactor TradingHours struct and validation
...@@ -325,8 +325,6 @@ func formatTimestampsWithTimeZoneInSlice(fieldValue reflect.Value, location *tim ...@@ -325,8 +325,6 @@ func formatTimestampsWithTimeZoneInSlice(fieldValue reflect.Value, location *tim
return nil 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 { type TradingHours struct {
Monday TradingHoursDay `json:"monday"` Monday TradingHoursDay `json:"monday"`
Tuesday TradingHoursDay `json:"tuesday"` Tuesday TradingHoursDay `json:"tuesday"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment