package main import "smart_tunnel_edge/util/logger" func main() { logger.InitLog() //初始化日志 }