We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4413231 commit 2cc5fa1Copy full SHA for 2cc5fa1
lhost/lib.go
@@ -11,8 +11,8 @@
11
package lhost
12
import "libsisimai.org/sisimai/sis"
13
14
-// Keep each function for decoding a bounce mail
15
-var InquireFor = map[string]func(*sis.BeforeFact) sis.RisingUnderway {}
+// Keep each function for decoding a bounce mail: % grep '^func init' ./lhost/via-*.go | wc -l
+var InquireFor = make(map[string]func(*sis.BeforeFact) sis.RisingUnderway, 36)
16
17
// INDICATORS() returns flags for position variables used at MTA functions in sisimai/lhost.
18
func INDICATORS() map[string]uint8 {
0 commit comments