Merge pull request #96 from aykhans/refactor/general
All checks were successful
golangci-lint / lint (push) Successful in 3m58s

💄 General refactoring
This commit is contained in:
Aykhan Shahsuvarov 2025-03-19 05:29:13 +04:00 committed by GitHub
commit 0aeeb484e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View File

@ -36,9 +36,6 @@ func main() {
utils.PrintErrAndExit(errors.Join(errs...))
}
// for _, param := range conf.Params {
// fmt.Printf("%s: %v\n", param.Key, param.Value)
// }
requestConf := config.NewRequestConfig(conf)
requestConf.Print()

View File