mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-11 00:56:57 +08:00
remove the empty line for import native package
This commit is contained in:
parent
e8ce83e9f2
commit
23d0ee8a31
@ -5,14 +5,11 @@
|
||||
package gin
|
||||
|
||||
import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"net/http"
|
||||
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
|
||||
"net/http"
|
||||
"reflect"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user