VictoriaMetrics/lib/regexutil
Aliaksandr Valialkin 36a1fdca6c
all: consistently use %w instead of %s in when error is passed to fmt.Errorf()
This allows consistently using errors.Is() for verifying whether the given error wraps some other known error.
2023-10-26 09:44:40 +02:00
..
promregex.go app,lib: fix typos in comments (#3804) 2023-02-13 09:32:35 -08:00
promregex_test.go lib/promrelabel: optimize common regex mismatch cases for action: replace and action: labelmap 2022-08-26 15:48:11 +03:00
promregex_timing_test.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
regexutil.go lib/promrelabel: properly parse regex with escaped $ at the end 2022-09-30 08:20:57 +03:00
regexutil_test.go lib/promrelabel: properly parse regex with escaped $ at the end 2022-09-30 08:20:57 +03:00