LoadData(&data)
Does this function return nothing or an error ?
https://play.golang.org/p/k-eTs3dC_wK
Note that Go playground also runs go vet, a static analysis tool.
LoadData(&data)
Does this function return nothing or an error ?