add internal package which includes json package (#1504)

This commit is contained in:
田欧
2018-08-30 19:04:03 +08:00
committed by GitHub
parent 708b76adf0
commit 72db8acd99
7 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"errors"
"testing"
"github.com/gin-gonic/gin/json"
"github.com/gin-gonic/gin/internal/json"
"github.com/stretchr/testify/assert"
)