diff --git a/src/cif/check.go b/src/cif/check.go index 054ddd3..8570877 100644 --- a/src/cif/check.go +++ b/src/cif/check.go @@ -7,6 +7,8 @@ import ( "go.uber.org/zap" ) +// REWRITING CifCheck into CheckCif (at bottom of file), CifCheck and parseMetadata become redundant + // Loads CifMetadata and passes it to parseMetadata, this function is what you should call to initiate the CifUpdate process. func CifCheck(cfg *helpers.Configuration) error { log.Msg.Debug("Checking age of CIF Data")