Categorygithub.com/oppslink/protocol
module
0.0.2
Repository: https://github.com/oppslink/protocol.git
Documentation: pkg.go.dev

# README

protocol

//定义config文件进行配置
log := &logger.Config{
	JSON:            false,
	Level:           "debug",
	ComponentLevels: map[string]string{},
}

logger.InitLogConfig(log)

# Packages

No description provided by the author