1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-12 03:19:45 +02:00

Swap var -> const

This commit is contained in:
David Landry 2018-10-05 18:26:49 -04:00
parent 5f201de7f9
commit 5188c243f6

View File

@ -14,8 +14,7 @@ type (
}
)
var (
//revive:disable-next-line var-declaration
const (
AndType LogicalOperatorType = 0
OrType LogicalOperatorType = 1
NotType LogicalOperatorType = 2