mirror of https://github.com/gofiber/fiber.git
👷 Change global variables into const
parent
ee4ffddb90
commit
7881df4b8c
|
@ -12,7 +12,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
var (
|
||||
const (
|
||||
envPreforkChildKey = "FIBER_PREFORK_CHILD"
|
||||
envPreforkChildVal = "1"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue