format: update import statements order for consistency
This commit is contained in:
parent
3a6be4c187
commit
e2ab19066d
7 changed files with 16 additions and 15 deletions
|
@ -3,13 +3,14 @@ package server
|
|||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/charmbracelet/log"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
"git.smsvc.net/pomodoro/GoTomato/internal/metadata"
|
||||
"git.smsvc.net/pomodoro/GoTomato/internal/shared"
|
||||
"git.smsvc.net/pomodoro/GoTomato/internal/websocket"
|
||||
"git.smsvc.net/pomodoro/GoTomato/pkg/models"
|
||||
"github.com/charmbracelet/log"
|
||||
"net/http"
|
||||
"os"
|
||||
)
|
||||
|
||||
func Start() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue