Note adjustemnt

This commit is contained in:
Fred Boniface 2024-04-23 15:10:20 +01:00
parent 6cfddee1f3
commit 73fd0063eb
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ func hasSleeper(input *string) bool {
} }
// Ascertains whether the service requires a guard // 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 { func hasGuard(opChars *string) bool {
str := strings.ToLower(*opChars) str := strings.ToLower(*opChars)
return strings.Contains(str, "g") return strings.Contains(str, "g")