mirror of
https://github.com/aykhans/dodo.git
synced 2025-11-02 21:49:59 +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:
3
main.go
3
main.go
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user