Tags » golang
TIL: Repeatedly run flaky Go tests with
stress
It runs your test hundreds of times, which can be useful for finding flaky failures.
TIL: How to list the tests that will be run by a
go test
commandUse
go test -list={pattern}
.TIL: You can change the size of tabs on web pages with the
tab-size
propertyTIL: Go’s compiler is smart enough to spot division by zero errors
TIL: Parsing JSON in Go with a required field
Finding SNS topics without any subscriptions
I’m trying out Go, and I wrote a tool to help me find SNS topics that don’t have any subscriptions.