Versions in this module Expand all Collapse all v1 v1.0.0 Jun 9, 2021 Changes in this version + var ErrNotPointerToStruct = errors.New("target should be pointer to struct") + type ILoader interface + Load func(target interface{}) error + func NewLoader() ILoader