Nathan Baulch
a675c6b3e2
Upgrade to golangci-lint v2 ( #1008 )
2026-01-04 09:54:29 -05:00
W. Michael Petullo
8384a5683c
Use constant format strings with Printf-like functions ( #1013 )
...
Recent versions of Go object to the use of non-constant variables a
format strings. This commit fixes errors like this:
cli.go:26:47: non-constant format string in call to fmt.Fprintf
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2026-01-03 20:42:58 -05:00
Nathan Baulch
36df8eef6e
General cleanup ( #999 )
2025-08-24 12:18:46 +02:00
Andreas Deininger
fcd9179b7d
Fixes typos ( #849 )
2023-02-13 03:57:48 -08:00
Thomas Pelletier
88a8aecdd4
tools: display error context when it exists ( #749 )
...
For example when failing to decode toml, display the context around the
error and the location of the problem.
2022-04-07 20:33:09 -04:00
Thomas Pelletier
4807229e94
tomll: port to v2 ( #727 )
...
Fixes #721
2021-12-31 15:40:18 -05:00
Thomas Pelletier
d8ddc00c61
jsontoml: port to v2 ( #726 )
...
Fixes #719
2021-12-31 14:40:20 -05:00