miller/internal/pkg/lib
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
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
docurl.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
file-readers.go Address some staticcheck issues (#823) 2022-01-01 14:28:19 -05:00
getoptify.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
halfpipe.go More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
logger.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
mlrmath.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
ordered-map.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
paragraph.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
rand.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
readfiles.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
regex.go Use raw strings to avoid escapes (#885) 2022-01-18 20:49:00 -05:00
regex_test.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
stats.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
time.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
unbackslash.go Fix codespell config to skip multiple files (#837) 2022-01-03 23:16:43 -05:00
unbackslash_test.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
util.go Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00

These are basic library routines for Miller.