随笔分类 -  go

摘要:logger文件 package src import ( "fmt" "os" "path/filepath" "strings" "sync" "time" ) type File struct { sync.RWMutex // 文件名 fileName string suffix strin 阅读全文
posted @ 2020-04-17 10:52 Se7end 阅读(1090) 评论(0) 推荐(0)