forked from mitchellh/mapstructure
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
I've just noticed, that I can unmarshal into this:
URI_ string `mapstructure:"uri"` // TODO deprecated
Token_ string `mapstructure:"token"` // TODO deprecatedbut not into this:
_URI string `mapstructure:"uri"` // TODO deprecated
_Token string `mapstructure:"token"` // TODO deprecatedThe latter gives:
'' has invalid keys: token, uri
Not sure if this is intentional?
Metadata
Metadata
Assignees
Labels
No labels