9 lines
92 B
Go
9 lines
92 B
Go
package global
|
|
|
|
import "httppp/common"
|
|
|
|
var (
|
|
Conf *common.Config
|
|
Nodes []*common.Node
|
|
)
|