mirror of https://github.com/gofiber/fiber.git
👷 Fix docs typo
parent
056c6808af
commit
1b734c5a5a
|
@ -23,7 +23,7 @@ var (
|
|||
testPreforkMaster = false
|
||||
)
|
||||
|
||||
// IsChild determines if the current process is a result of Prefork
|
||||
// IsChild determines if the current process is a child of Prefork
|
||||
func IsChild() bool {
|
||||
return os.Getenv(envPreforkChildKey) == envPreforkChildVal
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue