🐛 Fix 'AppendByKey' method of the '[]KeyValue[string, []string]' types

This commit is contained in:
2025-03-19 04:06:10 +04:00
parent de9a4bb355
commit e31f5ad204
5 changed files with 27 additions and 24 deletions

View File

@@ -36,6 +36,9 @@ 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()