Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
goimports: format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cep21 committed Sep 20, 2019
1 parent 1cdf118 commit da2baee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main_test.go
Expand Up @@ -2,13 +2,14 @@ package main

import (
"bytes"
"github.com/cep21/benchdraw/internal"
"github.com/stretchr/testify/require"
"io/ioutil"
"log"
"os"
"strings"
"testing"

"github.com/cep21/benchdraw/internal"
"github.com/stretchr/testify/require"
)

func mustRead(t *testing.T, file string) string {
Expand Down

0 comments on commit da2baee

Please sign in to comment.