The Daily Go
338 subscribers
53 photos
2 videos
3 files
657 links
We provide you daily Golang contents. If you want to post any content contact with us.
.
Administrators:
👉🏻@aidenzibaei
👉🏻@amin_khozaei

#jaryan904259
Download Telegram
The Daily Go:
Structured, pluggable logging for Go.

https://github.com/Sirupsen/logrus

#Repository #Logger #Logrus
The Daily Go
nanolog

https://github.com/ScottMansfield/nanolog

Why?

It's about 3.75x faster than the equivalent stdlib log package usage and the output log files are about 1/2 the size. These ratios should increase and decrease, respectively, as the amount of unchanging data in each log line increases.

#Repository #Logger