1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 21:52:21 -07:00

Initial commit based on logrus

This commit is contained in:
2021-04-08 15:12:07 -07:00
commit cbd4896d05
3 changed files with 126 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module bitbucket.org/cellg/lambo-log-socket
go 1.16
require github.com/sirupsen/logrus v1.8.1