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:
parent
5f201de7f9
commit
5188c243f6
@ -14,8 +14,7 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
var (
|
||||
//revive:disable-next-line var-declaration
|
||||
const (
|
||||
AndType LogicalOperatorType = 0
|
||||
OrType LogicalOperatorType = 1
|
||||
NotType LogicalOperatorType = 2
|
||||
|
Loading…
Reference in New Issue
Block a user