I have a struct like below
type config struct{ version int mapping map[string]string }
I would like to write the contents of the abov