VictoriaMetrics/lib/regexutil
Aliaksandr Valialkin 42dd71bb63
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-25 21:24:03 +02:00
..
promregex.go app,lib: fix typos in comments (#3804) 2023-02-13 13:27:13 +01:00
promregex_test.go lib/promrelabel: optimize common regex mismatch cases for action: replace and action: labelmap 2022-08-26 15:45:31 +03:00
promregex_timing_test.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-25 21:24:03 +02:00
regexutil.go lib/promrelabel: properly parse regex with escaped $ at the end 2022-09-30 08:15:43 +03:00
regexutil_test.go lib/promrelabel: properly parse regex with escaped $ at the end 2022-09-30 08:15:43 +03:00