Skip to content

Commit

Permalink
server: rewrite package comments in English (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzengh authored Oct 17, 2023
1 parent 3dc04d1 commit 0b73317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// If you have downloaded a copy of the tRPC source code from Tencent,
// please note that tRPC source code is licensed under the Apache 2.0 License that can be found in the LICENSE file.

// Package server 服务端,包括网络通信 名字服务 监控统计 链路跟踪等各个组件基础接口,具体实现由第三方 middleware 注册进来
// Package server provides a framework for managing multiple services within a single process.
// A server process may listen on multiple ports, providing different services on different ports.
package server

import (
Expand Down

0 comments on commit 0b73317

Please sign in to comment.