working commit
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user