package
0.0.10
Repository: https://github.com/kingstonduy/go-core.git
Documentation: pkg.go.dev

# README

Usage

Mapping
   	input := map[string]interface{}{
		"name": "John",
		"age":  18,
	}
	err = util.MapStruct(
        input, 
        &balRes,
        util.WithDecodeTimeFormat(time.RFC3339Nano),
        util.WithWeaklyTypedInput(true),    
    )
	if err != nil {
		return nil, err
	}

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Option for string to time conversion.
Option for weakly type mapping.

# Constants

No description provided by the author

# Type aliases

No description provided by the author