niki/pkg/httpserver/constant.go

8 lines
88 B
Go

package httpserver
import "time"
const (
DefaultShutdownTimeout = 10 * time.Second
)