From 73fd0063eb8ba1afd38d33186be0982374965b21 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 23 Apr 2024 15:10:20 +0100 Subject: [PATCH] Note adjustemnt --- cif/convert.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cif/convert.go b/cif/convert.go index d929dcc..9dcd1ed 100644 --- a/cif/convert.go +++ b/cif/convert.go @@ -131,6 +131,7 @@ func hasSleeper(input *string) bool { } // Ascertains whether the service requires a guard +// This option is not accurate and will likely be removed in the future func hasGuard(opChars *string) bool { str := strings.ToLower(*opChars) return strings.Contains(str, "g")