chore(go.mod): 更新 gRPC 模块路径说明
- 在 go.mod 文件中添加关于 grpc/user/userv1 目录的本地模块使用说明,确保开发者了解该目录的使用方式。
This commit is contained in:
parent
bf5d927587
commit
ccf52e4684
|
|
@ -27,4 +27,5 @@ require (
|
|||
)
|
||||
|
||||
// 使用本地 grpc 生成的代码
|
||||
// 注意:grpc/user/userv1 目录下的代码需要作为本地模块使用
|
||||
replace grpc/user/userv1 => ../grpc/user/userv1
|
||||
|
|
|
|||
Loading…
Reference in New Issue