5 small tips I recently learned in Go
Discover 5 small tips in Go that you may not have known about, including how to make the compiler count array elements, using `go run .`, making numbers more readable with underscores, having a different test package in the same package, and passing the same argument multiple times in string formatting.
