add internal package which includes json package (#1504)
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
"html/template"
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin/json"
|
||||
"github.com/gin-gonic/gin/internal/json"
|
||||
)
|
||||
|
||||
type JSON struct {
|
||||
|
@ -9,7 +9,7 @@ package render
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin/json"
|
||||
"github.com/gin-gonic/gin/internal/json"
|
||||
)
|
||||
|
||||
type PureJSON struct {
|
||||
|
Reference in New Issue
Block a user