Skip to content

Golang buffers which keep track of their operations so you can debug easily.

Notifications You must be signed in to change notification settings

alkemir/loggedBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

loggedBuffer

Golang buffers which keep track of their operations so you can debug easily. Note that logging is not safe for concurrent access, as the original package.

Just plug the LoggedBuffer where you would otherwise use a bytes.Buffer (even its zero-value) and use LoggedBuffer.Logs() to retrieve the logs when you are done.

About

Golang buffers which keep track of their operations so you can debug easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages