@@ -9,7 +9,7 @@ import (
"io"
"net/http"
- "github.com/gin-gonic/gin/json"
+ "github.com/gin-gonic/gin/internal/json"
)
// EnableDecoderUseNumber is used to call the UseNumber method on the JSON
"fmt"
"reflect"
type ErrorType uint64
@@ -8,7 +8,7 @@ import (
"errors"
"testing"
"github.com/stretchr/testify/assert"
@@ -10,7 +10,7 @@ import (
"html/template"
type JSON struct {
@@ -9,7 +9,7 @@ package render
import (
type PureJSON struct {