VictoriaMetrics/app/vmselect/graphiteql
Aliaksandr Valialkin 92de6ea340
app/vmselect: use strings.EqualFold instead of strings.ToLower where appropriate
Strings.EqualFold doesn't allocate memory contrary to strings.ToLower if the input string contains uppercase chars
2024-05-12 10:20:41 +02:00
..
lexer_test.go
lexer.go
parser_test.go
parser.go