Posts tagged "go"
Unit Testing AWS S3 Downloads in Go
How can a function wrapping the aws-sdk-go be unit tested using a local directory serving as a mock AWS S3 bucket?
Extending the gh CLI with Go
Some introductory tips on building gh CLI extensions in Go.
Go Test Parallelization
Leveraging concurrency in Go tests.
Channels in Go
A brief intro to Go concurrency through channels and goroutines.