1
0

Changed imports in main.go.

This commit is contained in:
Alexander Andreev 2023-02-07 02:32:34 +04:00
parent c1296cb7c5
commit c18c52e839
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -2,10 +2,8 @@ package main
import ( import (
"dwelling-radio/internal/configuration" "dwelling-radio/internal/configuration"
"dwelling-radio/internal/handlers" "dwelling-radio/internal/http"
"dwelling-radio/internal/radio" "dwelling-radio/internal/radio"
"dwelling-radio/pkg/logging"
"dwelling-radio/pkg/server"
"errors" "errors"
"flag" "flag"
"fmt" "fmt"