修改包依赖名称
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
// 用户列表接口
|
||||
|
||||
Reference in New Issue
Block a user