修改gin包为ginx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package gin
|
package ginx
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"code.yun.ink/pkg/responsex"
|
"code.yun.ink/pkg/responsex"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package gin_test
|
package ginx_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"code.yun.ink/pkg/responsex"
|
"code.yun.ink/pkg/responsex"
|
||||||
respgin "code.yun.ink/pkg/responsex/gin"
|
respgin "code.yun.ink/pkg/responsex/ginx"
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
)
|
)
|
||||||
|
|
||||||
Reference in New Issue
Block a user