Writing the contents of a struct to yml file in golang

后端 未结 0 519
粉色の甜心
粉色の甜心 2020-12-09 04:29

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题