why configType properties convert my ":" to "=" ? #1312
Unanswered
fengjian1993
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Its clear in viper_test.go:
var propertiesExample = []byte(
p_id: 0001 p_type: donut p_name: Cake p_ppu: 0.55 p_batters.batter.type: Regular
)if siginal of properties is "=", what should i use for ":" ?
Beta Was this translation helpful? Give feedback.
All reactions