Skip to content

Commit

Permalink
Fix wrong import of slog module
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Jan 9, 2024
1 parent 7132f11 commit 1f63c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/feed/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package feed

import (
"fmt"
"log/slog"
"net/http"
"os"
"strings"

"github.com/gorilla/websocket"
ws "github.com/gorilla/websocket"
"github.com/ybizeul/ybfeed/internal/utils"
"golang.org/x/exp/slog"
)

var logLevel = new(slog.LevelVar)
Expand Down

0 comments on commit 1f63c6e

Please sign in to comment.