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