Support struct have format like this ```go NodeEnv string `yaml:"node_env"` Port int `yaml:"port"` ExpiresIn time.Duration `yaml:"expires_in"` Log bool `yaml:"log"` Special string `mapstructure:"SPECIAL"` ```
Support struct have format like this