1
0
mirror of https://github.com/taigrr/log-socket synced 2025-01-18 04:53:14 -08:00

docs: Added inital README

This commit is contained in:
Ethan Holz 2022-10-10 12:09:29 -05:00
parent ebef59a9a8
commit e97d37012e
No known key found for this signature in database
GPG Key ID: F5AAFC41D7A9D7D9

8
README.md Normal file
View File

@ -0,0 +1,8 @@
log-socket
==========
`log-socket` is a drop-in replacement for Go's `log` package that allows for streaming of logs via WebSockets.
## Installation
To install the library:
`go get github.com/taigrr/log-socket`