1
0
Fork 0
hugo/common
W. Michael Petullo 4b0c194fb3 Fix build with Go 1.24
Go 1.24 provides stricter checking that forbids passing a variable as
a format string to Printf-family functions with no other arguments. Remove
instances of this. See also:

https://tip.golang.org/doc/go1.24#vet

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-01-21 11:10:03 +01:00
..
collections Implement defer 2024-06-23 11:25:47 +02:00
constants common: Fix some GoDoc typos 2024-11-19 11:29:19 +01:00
hashing deps: Upgrade github.com/gohugoio/hashstructure from 0.1.0 to 0.3.0 2025-01-13 16:22:24 +02:00
hcontext all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
herrors resources: Replace error handling in GetRemote with try (note) 2025-01-06 12:22:17 +01:00
hexec Fix NPX issue with TailwindCSS v4 2025-01-07 13:12:08 +01:00
hreflect Add js.Batch 2024-12-12 21:43:17 +01:00
hstrings Add Luminance to Color 2024-04-16 10:02:46 +02:00
htime all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
hugio Fix build with Go 1.24 2025-01-21 11:10:03 +01:00
hugo Fix build with Go 1.24 2025-01-21 11:10:03 +01:00
loggers common/loggers: Write PrintTimerIfDelayed output to stdErr 2024-12-19 19:52:13 +01:00
maps Add js.Batch 2024-12-12 21:43:17 +01:00
math Preserve input type. 2024-11-14 15:05:37 +01:00
para common/para: Skip flaky test on CI 2023-11-28 12:23:38 +01:00
paths common/paths: Fix docstring 2025-01-16 10:58:18 +01:00
predicate Add a HTTP cache for remote resources. 2024-06-04 16:07:39 +02:00
rungroup all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
tasks Add a HTTP cache for remote resources. 2024-06-04 16:07:39 +02:00
terminal all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
text all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
types Adjust error handling in ToMath vs try (note) 2025-01-09 11:47:19 +01:00
urls all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
docs.go Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00