| bytes | Package bytes implements functions for the manipulation of byte slices. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/Microsoft/go-winio/internal/fs | This package contains Win32 filesystem functionality. |
| github.com/Microsoft/go-winio/internal/socket | |
| github.com/Microsoft/go-winio/pkg/guid | Package guid provides a GUID type. |
| golang.org/x/sys/windows | Package windows contains an interface to the low-level operating system primitives. |
| io | Package io provides basic interfaces to I/O primitives. |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
| syscall | Package syscall contains an interface to the low-level operating system primitives. |
| time | Package time provides functionality for measuring and displaying time. |
| unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |
| unsafe | Package unsafe contains operations that step around the type safety of Go programs. |