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

logger => log

This commit is contained in:
2021-08-23 21:12:21 -07:00
parent f51ec53a89
commit 63ed3a2ad7
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import (
"time"
"github.com/taigrr/log-socket/browser"
"github.com/taigrr/log-socket/logger"
logger "github.com/taigrr/log-socket/log"
"github.com/taigrr/log-socket/ws"
)