修改包依赖名称

This commit is contained in:
2025-11-30 13:15:13 +08:00
parent ea4e2e305d
commit 719238b1f0
33 changed files with 701 additions and 98 deletions

View File

@@ -49,7 +49,7 @@ HTTP Restful工具提供了标准化的HTTP请求和响应处理功能包含
```go
import (
"net/http"
"github.com/go-common/http"
"git.toowon.com/jimmy/go-commom/http"
)
// 简单成功响应data为nil
@@ -198,7 +198,7 @@ package main
import (
"net/http"
"github.com/go-common/http"
"git.toowon.com/jimmy/go-commom/http"
)
// 用户列表接口