Frank Schroeder
|
9de4555c0c
|
golint: Untangle if blocks with return in else
|
2017-04-25 09:26:13 -07:00 |
Frank Schroeder
|
ebdb73d8f2
|
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
|
dc47ebb082
|
Fix vet issues
|
2017-03-23 20:29:31 -04:00 |
James Phillips
|
ea95e8f40d
|
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 |