Files
2025-01-09 17:19:44 +08:00

9 lines
92 B
Go

package global
import "httppp/common"
var (
Conf *common.Config
Nodes []*common.Node
)