2022年4月21日
摘要: config.yml app: host: 127.0.0.1 port: 3306 username: adminsdsd password: admin log: suffix: log maxSize: 5 main.go 先读取再写入 package main import ( "fmt" 阅读全文
posted @ 2022-04-21 11:31 金科许俊 阅读(96) 评论(0) 推荐(0)
摘要: config.yml app: host: 127.0.0.1 port: 3306 username: adminsdsd password: admin log: suffix: log maxSize: 5 main.go package main import ( "fmt" "io/iou 阅读全文
posted @ 2022-04-21 11:13 金科许俊 阅读(419) 评论(0) 推荐(0)
摘要: package main import ( "context" "fmt" "net" _ "net/http/pprof" "os" "os/signal" "syscall" "time" "go.uber.org/zap" "github.com/DrmagicE/gmqtt" _ "gith 阅读全文
posted @ 2022-04-21 01:01 金科许俊 阅读(985) 评论(0) 推荐(0)