mirror of https://github.com/grpc/grpc-go.git
internal/syscall: add package description (#2226)
This commit is contained in:
parent
d8ecae53ed
commit
7273294e1a
|
|
@ -18,6 +18,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Package syscall provides functionalities that grpc uses to get low-level operating system
|
||||
// stats/info.
|
||||
package syscall
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue