♻️ Refactor logger

📝 Update README
This commit is contained in:
2024-04-24 13:01:22 +08:00
parent 566965bb6a
commit effd22c750
8 changed files with 42 additions and 64 deletions

1
go.mod
View File

@ -37,4 +37,5 @@ require (
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)