修改gin包为ginx

This commit is contained in:
Yun
2026-07-22 01:19:46 +08:00
parent 69f90115dc
commit 00eba5cc75
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package gin
package ginx
import (
"code.yun.ink/pkg/responsex"
+2 -2
View File
@@ -1,4 +1,4 @@
package gin_test
package ginx_test
import (
"encoding/json"
@@ -7,7 +7,7 @@ import (
"testing"
"code.yun.ink/pkg/responsex"
respgin "code.yun.ink/pkg/responsex/gin"
respgin "code.yun.ink/pkg/responsex/ginx"
"github.com/gin-gonic/gin"
)