humanlogio / humanlog

Logs for humans to read.
Apache License 2.0
744 stars 52 forks source link

Move sink package outside internal to make it public #70

Closed anoopmsivadas closed 1 year ago

anoopmsivadas commented 1 year ago

Resolves #67 .

The sink package which was private and accessible only to Humanlog have been moved outside internal so that it can be used by third party go modules. It helps others to use Humanlog as a library for better logging 😄 . This PR does not contain any improvements or bug fixes.

anoopmsivadas commented 1 year ago

Done :)

aybabtme commented 1 year ago

Thanks!