8 lines
69 B
Go
8 lines
69 B
Go
package global
|
|
|
|
import "httppp/common"
|
|
|
|
var (
|
|
Conf *common.Config
|
|
)
|