mirror of
https://github.com/gin-gonic/gin.git
synced 2025-09-28 00:25:08 +08:00
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 {
|
||||
|
Reference in New Issue
Block a user