internal/syscall: add package description (#2226)

This commit is contained in:
lyuxuan 2018-07-16 16:32:09 -07:00 committed by GitHub
parent d8ecae53ed
commit 7273294e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
*
*/
// Package syscall provides functionalities that grpc uses to get low-level operating system
// stats/info.
package syscall
import (