miller/pkg/lib
Eng Zer Jun f4cf166358
Replace deprecated io/ioutil functions (#1452)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-12-20 09:44:02 -05:00
..
doc.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
docurl.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
file_readers.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
getoptify.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
halfpipe.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
latin1.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
latin1_test.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
logger.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
mlrmath.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
ordered_map.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
paragraph.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
rand.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
readfiles.go Replace deprecated io/ioutil functions (#1452) 2023-12-20 09:44:02 -05:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
regex.go New strmatch/strmatchx DSL functions (#1448) 2023-12-19 14:34:54 -05:00
regex_test.go Rename internal regex functions (#1446) 2023-12-17 12:46:28 -05:00
stats.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
time.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
time_test.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
tsv_codec.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
tsv_codec_test.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
unbackslash.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
unbackslash_test.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
util.go Replace deprecated io/ioutil functions (#1452) 2023-12-20 09:44:02 -05:00

These are basic library routines for Miller.