nathanwilk7 / zcloud-go

zCloud SDK for Go (Golang)
0 stars 0 forks source link

concurrency / go routines #16

Open nathanwilk7 opened 6 years ago

nathanwilk7 commented 6 years ago

I think the best way to do this initially is just to make stuff goroutine safe, then I can add in wrapper funcs for people who want to do async stuff

nathanwilk7 commented 6 years ago

I feel like I might need to add a mutex in the getGCloudBucket and getGCloudObject funcs