Frank Schroeder
|
3e00e36f41
|
golint: Untangle if blocks with return in else
|
2017-04-25 09:26:13 -07:00 |
Frank Schroeder
|
8bb7792799
|
golint: Drop the unused value from range
for i, _ := range foo -> for i := range foo
|
2017-04-25 09:26:13 -07:00 |
Seth Vargo
|
79061cdedb
|
Fix vet issues
|
2017-03-23 20:29:31 -04:00 |
James Phillips
|
925c46f725
|
Moves logger setup into its own package. (#2471)
* Moves logger setup into its own package.
* Removes a stray regex mark in the test locator.
|
2016-11-03 21:14:56 -07:00 |