mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -230,10 +230,10 @@ func git(args ...string) (string, error) {
|
||||
return string(out), nil
|
||||
}
|
||||
|
||||
func logf(format string, args ...interface{}) {
|
||||
func logf(format string, args ...any) {
|
||||
fmt.Fprintf(os.Stderr, format, args...)
|
||||
}
|
||||
|
||||
func logln(args ...interface{}) {
|
||||
func logln(args ...any) {
|
||||
fmt.Fprintln(os.Stderr, args...)
|
||||
}
|
||||
|
Reference in New Issue
Block a user