format: update import statements order for consistency

This commit is contained in:
Sebastian Mark 2024-10-28 09:33:05 +01:00
parent 3a6be4c187
commit e2ab19066d
7 changed files with 16 additions and 15 deletions

View file

@ -2,11 +2,12 @@ package websocket
import (
"encoding/json"
"github.com/charmbracelet/log"
"github.com/gorilla/websocket"
"git.smsvc.net/pomodoro/GoTomato/internal/pomodoro"
"git.smsvc.net/pomodoro/GoTomato/internal/shared"
"git.smsvc.net/pomodoro/GoTomato/pkg/models"
"github.com/charmbracelet/log"
"github.com/gorilla/websocket"
)
// handleClientCommands listens for commands from WebSocket clients