mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-18 18:39:43 +00:00
Merge pull request #96 from aykhans/refactor/general
All checks were successful
golangci-lint / lint (push) Successful in 3m58s
All checks were successful
golangci-lint / lint (push) Successful in 3m58s
💄 General refactoring
This commit is contained in:
commit
0aeeb484e2
3
main.go
3
main.go
@ -36,9 +36,6 @@ func main() {
|
|||||||
utils.PrintErrAndExit(errors.Join(errs...))
|
utils.PrintErrAndExit(errors.Join(errs...))
|
||||||
}
|
}
|
||||||
|
|
||||||
// for _, param := range conf.Params {
|
|
||||||
// fmt.Printf("%s: %v\n", param.Key, param.Value)
|
|
||||||
// }
|
|
||||||
requestConf := config.NewRequestConfig(conf)
|
requestConf := config.NewRequestConfig(conf)
|
||||||
requestConf.Print()
|
requestConf.Print()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user