]> git.maquefel.me Git - brevno-suite/hugo/commit
Fix build with Go 1.24
authorW. Michael Petullo <mike@flyn.org>
Tue, 21 Jan 2025 01:34:39 +0000 (19:34 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 21 Jan 2025 10:10:03 +0000 (11:10 +0100)
commit4b0c194fb318bc8fa38ed021d161901b7f6f7f95
treeef1b6be14a07ce3d34efc78d842e0c06a5b974ed
parent8de4ffb294c511420b14bd3685c973355f69c59f
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>
common/hugio/hasBytesWriter_test.go
common/hugo/hugo.go