@@ -12,9 +12,8 @@ import (
"github.com/gin-gonic/gin/binding/example"
"github.com/golang/protobuf/proto"
- "github.com/ugorji/go/codec"
-
"github.com/stretchr/testify/assert"
+ "github.com/ugorji/go/codec"
)
type FooStruct struct {
@@ -6,7 +6,6 @@ package binding
import (
"encoding/json"
"net/http"
@@ -5,10 +5,10 @@
package binding
- "github.com/golang/protobuf/proto"
"io/ioutil"
+
+ "github.com/golang/protobuf/proto"
type protobufBinding struct{}
@@ -1,8 +1,9 @@
package hello
- "github.com/gin-gonic/gin"
+ "github.com/gin-gonic/gin"
// This function's name is a must. App Engine uses it to drive the requests properly.
@@ -6,12 +6,12 @@ import (
"net"
+ "net/http/httptest"
"os"
"testing"
"time"
- "net/http/httptest"
func testRequest(t *testing.T, url string) {
@@ -7,7 +7,6 @@ package gin
"errors"
"strings"