lint code for import (#939)

This commit is contained in:
田欧
2017-06-12 10:40:15 +08:00
committed by Bo-Yi Wu
parent 53295a75a4
commit d922143bc5
6 changed files with 6 additions and 8 deletions

View File

@ -6,12 +6,12 @@ import (
"io/ioutil"
"net"
"net/http"
"net/http/httptest"
"os"
"testing"
"time"
"github.com/stretchr/testify/assert"
"net/http/httptest"
)
func testRequest(t *testing.T, url string) {