refactoring fmt + moving utils

This commit is contained in:
2023-10-20 13:47:51 +02:00
parent 6696cd3152
commit b7bba4cdaa
25 changed files with 71 additions and 91 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/viper"
"solidarity-service/internal"
"solidarity-service/servers/utils"
"solidarity-service/utils"
"strconv"
"strings"
"time"