remove the empty line for import native package

This commit is contained in:
shenshouer 2017-04-10 13:30:53 +08:00
parent e8ce83e9f2
commit 23d0ee8a31

View File

@ -5,14 +5,11 @@
package gin
import (
"reflect"
"testing"
"net/http"
"fmt"
"io/ioutil"
"net/http"
"reflect"
"testing"
"time"
"github.com/stretchr/testify/assert"