miller/pkg
Michel Lind bd2497a285
Fix non-constant format string errors with Go 1.24 (#1745)
Use `errors.New` instead of `fmt.Errorf` and `fmt.Fprint` instead of
`fmt.Fprintf` if a non-constant string is used

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2025-02-05 08:32:23 -05:00
..
auxents Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
bifs Static-check fixes from @lespea #1657, batch 7/n (#1709) 2024-10-27 12:11:28 -04:00
cli Fix unflatten with field names like . .x or x..y (#1735) 2024-12-23 12:27:08 -05:00
climain Static-check fixes from @lespea #1657, batch 6/n (#1708) 2024-10-27 12:06:17 -04:00
colorizer Support $NO_COLOR (#1580) 2024-06-08 13:08:15 -04:00
dsl Fix non-constant format string errors with Go 1.24 (#1745) 2025-02-05 08:32:23 -05:00
entrypoint Static-check fixes from @lespea #1657, batch 7/n (#1709) 2024-10-27 12:11:28 -04:00
go-csv Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
input Static-check fixes from @lespea #1657, batch 7/n (#1709) 2024-10-27 12:11:28 -04:00
lib Static-check fixes from @lespea #1657, batch 6/n (#1708) 2024-10-27 12:06:17 -04:00
mlrval Fix unflatten with field names like . .x or x..y (#1735) 2024-12-23 12:27:08 -05:00
output Static-check fixes from @lespea #1657, batch 8/n (#1710) 2024-10-27 12:16:49 -04:00
parsing Static-check fixes from @lespea #1657, batch 1/n (#1703) 2024-10-27 11:42:43 -04:00
pbnjay-strptime Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
platform Static-check fixes from @lespea #1657, batch 4/n (#1706) 2024-10-27 12:00:25 -04:00
runtime Static-check fixes from @lespea #1657, batch 1/n (#1703) 2024-10-27 11:42:43 -04:00
scan The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
stream Static-check fixes from @lespea #1657, batch 3/n (#1705) 2024-10-27 11:55:38 -04:00
terminals Static-check fixes from @lespea #1657, batch 4/n (#1706) 2024-10-27 12:00:25 -04:00
transformers Add help strings for -a/-r in sub/gsub/ssub (#1721) 2024-11-23 10:13:36 -05:00
types Static-check fixes from @lespea #1657, batch 1/n (#1703) 2024-10-27 11:42:43 -04:00
version 6.13.0-dev 2024-10-05 10:47:43 -04: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.