gorush/global.go

11 lines
102 B
Go

package main
import (
"crypto/tls"
)
var (
PushConf ConfYaml
CertificatePemIos tls.Certificate
)