main.go 108 B

123456789
  1. package main
  2. import "smart_tunnel_edge/util/logger"
  3. func main() {
  4. logger.InitLog() //初始化日志
  5. }