修改gin包为ginx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package gin
|
||||
package ginx
|
||||
|
||||
import (
|
||||
"code.yun.ink/pkg/responsex"
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user