What’s the recommended way to pass complex config ...
# golang
g
What’s the recommended way to pass complex config types (
[]string{}
,
map[string]string
) into integration.ProgramTest - The
Config
attribute in integration.ProgramTestOptions is a
map[string]string{}
l
have you tried a json serialized string?
g
🤦 😂 … that’d work. Thanks!