Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 409 Bytes

logging wrapper

go get github.com/mabramyan/go-logging

This is logging wrapper for default slog logger in Go and it is not ideal.

It can helps you to change logger if you need this.

Also this is an example, how to wrap external libraries and don't make depends your project on them.

This project became public for YouTube channel: The Art of Development.

Use, fork, improve it!

Thank you.