aboutsummaryrefslogtreecommitdiff
path: root/prefork/prefork.go
diff options
context:
space:
mode:
Diffstat (limited to 'prefork/prefork.go')
-rw-r--r--prefork/prefork.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefork/prefork.go b/prefork/prefork.go
index dc08b76..91def48 100644
--- a/prefork/prefork.go
+++ b/prefork/prefork.go
@@ -31,7 +31,7 @@ var (
// Logger is used for logging formatted messages.
type Logger interface {
// Printf must have the same semantics as log.Printf.
- Printf(format string, args ...interface{})
+ Printf(format string, args ...any)
}
// Prefork implements fasthttp server prefork