1
0
mirror of https://github.com/taigrr/log-socket synced 2025-01-18 04:53:14 -08: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

@@ -5,7 +5,7 @@ import (
"net/http"
"github.com/gorilla/websocket"
"github.com/taigrr/log-socket/logger"
logger "github.com/taigrr/log-socket/log"
)
// var addr = flag.String("addr", "localhost:8080", "http service address")