keep imports syntax coherent
parent
c247e6f2ee
commit
a687a721ec
|
@ -15,8 +15,10 @@ limitations under the License.
|
|||
*/
|
||||
package perf
|
||||
|
||||
import "testing"
|
||||
import "strings"
|
||||
import (
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBinaryName(t *testing.T) {
|
||||
tests := []struct {
|
||||
|
|
Loading…
Reference in New Issue