miller/pkg
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
..
auxents Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
bifs New strmatch/strmatchx DSL functions (#1448) 2023-12-19 14:34:54 -05:00
cli mlr --norc cat was erroring (#1450) 2023-12-19 09:33:34 -05:00
climain Replace deprecated io/ioutil functions (#1452) 2023-12-20 09:44:02 -05:00
colorizer Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
dsl New strmatch/strmatchx DSL functions (#1448) 2023-12-19 14:34:54 -05:00
entrypoint Replace deprecated io/ioutil functions (#1452) 2023-12-20 09:44:02 -05:00
go-csv Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
input Rename internal regex functions (#1446) 2023-12-17 12:46:28 -05:00
lib Replace deprecated io/ioutil functions (#1452) 2023-12-20 09:44:02 -05:00
mlrval New strmatch/strmatchx DSL functions (#1448) 2023-12-19 14:34:54 -05:00
output Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
parsing Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
pbnjay-strptime Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
platform Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
runtime Preserve regex captures across stack frames (#1447) 2023-12-18 10:21:09 -05:00
scan Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
stream Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
terminals Replace deprecated io/ioutil functions (#1452) 2023-12-20 09:44:02 -05:00
transformers Rename internal regex functions (#1446) 2023-12-17 12:46:28 -05:00
types Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
version 6.10.0-dev 2023-12-13 19:31:59 -05:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00

Please see ../../README-dev.md for an overview; please see each subdirectory for details about it.