Imports of package sys

PathSynopsis
github.com/Microsoft/go-winioThis package provides utilities for efficiently performing Win32 IO operations in Go.
github.com/moby/sys/sequentialPackage sequential provides a set of functions for managing sequential files on Windows.
golang.org/x/sys/windowsPackage windows contains an interface to the low-level operating system primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
syscallPackage syscall contains an interface to the low-level operating system primitives.
unsafePackage unsafe contains operations that step around the type safety of Go programs.