working commit

This commit is contained in:
2026-02-15 18:47:43 +02:00
parent c5454acb05
commit b76ea1a9ac
3 changed files with 93 additions and 7 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ import (
"strconv"
)
// Don't ask me how it works. ;)
// The code reflect string-string map to taged structure
// Limited, used only base types
// Don't ask me how it works. I'm only writer ;)
func bindObj(obj interface{}, kvmap map[string]string, sTag string) error {
var err error
vElem := reflect.ValueOf(obj).Elem()