From d0c9250afa25d583067d9b96398034a346e9c2a8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 7 Apr 2024 21:29:09 +0100 Subject: [PATCH] Add notes --- cif/convert.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cif/convert.go b/cif/convert.go index 020cbfa..e91d86f 100644 --- a/cif/convert.go +++ b/cif/convert.go @@ -25,6 +25,8 @@ func ConvertServiceType(input *upstreamApi.JsonScheduleV1, vstp bool) (*database Stops: parseStops(&input.ScheduleSegment.ScheduleLocation), } + // New struct tags are not yet parsed. Ensure all struct tags are present. + return &output, nil }