From 9690c021f35ef359fe6e470e55a53824a603d509 Mon Sep 17 00:00:00 2001 From: Finn Bear Date: Tue, 23 Mar 2021 15:14:23 -0700 Subject: [PATCH] Rearrange const block to improve docs. --- moderation.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/moderation.go b/moderation.go index 187bb13..d58188d 100644 --- a/moderation.go +++ b/moderation.go @@ -33,15 +33,11 @@ const ( Spam Inappropriate = Profane | Offensive | Sexual | (Mean & Severe) Any = Profane | Offensive | Sexual | Spam | Mean -) -const ( Mild Type = 0b111_111_111_111_111 Moderate = 0b110_110_110_110_110 Severe = 0b100_100_100_100_100 -) -const ( countableTypes = 4 // A subset of the ASCII range that requires no sanitization