Marshalling byte data into struct with waitGroup Golang

后端 未结 0 485
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 23:44

I have a slice of byte arrays. I want to use WaitGroup to concurrently marshal the items in the byte array into structs and then return the slice of structs.

Below is

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