👷 Change global variables into const

pull/580/head
kiyon 2020-07-12 07:22:55 +08:00
parent ee4ffddb90
commit 7881df4b8c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"time"
)
var (
const (
envPreforkChildKey = "FIBER_PREFORK_CHILD"
envPreforkChildVal = "1"
)