From 25672d25660066cfcd7965d495a412c7c8199817 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 14:07:29 +0800 Subject: Caps should be defined in separate files --- cap.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cap.go b/cap.go index 83dfbda..e06a5fc 100644 --- a/cap.go +++ b/cap.go @@ -4,9 +4,7 @@ import ( "strings" ) -var Caps = map[string]string{ - "sasl": "PLAIN,EXTERNAL", -} +var Caps = map[string]string{} var capls string -- cgit v1.2.3