Make vet happy on non_linux platforms. (#3549)

This commit is contained in:
Easwar Swaminathan
2020-04-17 15:47:55 -07:00
committed by GitHub
parent da1517890d
commit f67e7c03dc

View File

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