miller/internal
Stephen Kitt 9c5e3ee190
Use raw strings to avoid escapes (#885)
Especially for regexes, raw strings improve readability since they
aren't escaped.

While we're at it, use MustCompile instead of handling the error and
exiting.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2022-01-18 20:49:00 -05:00
..
pkg Use raw strings to avoid escapes (#885) 2022-01-18 20:49:00 -05:00