remove start tag

This commit is contained in:
w1ndyb0y
2020-12-21 16:21:43 +08:00
parent 92a10cd4e6
commit 5fb48afd7b
-1
View File
@@ -7,7 +7,6 @@ import (
)
const (
StartTag = "ZCZC"
EndTag = "NNNN"
Expression = "(?s)ZCZC.*NNNN"
)