From c8e6b9d7c862c4eec4e8ed6a32700797fb942a2c Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 3 Apr 2024 22:27:05 +0100 Subject: [PATCH] Add comments for later help --- src/cif/check.go | 2 ++ 1 file changed, 2 insertions(+) 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")