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. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/hcsshim/hcn | Package hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers. |
github.com/Microsoft/hcsshim/internal/guestrequest | |
github.com/Microsoft/hcsshim/internal/guid | |
github.com/Microsoft/hcsshim/internal/hcs | |
github.com/Microsoft/hcsshim/internal/hns | |
github.com/Microsoft/hcsshim/internal/logfields | |
github.com/Microsoft/hcsshim/internal/mergemaps | |
github.com/Microsoft/hcsshim/internal/requesttype | |
github.com/Microsoft/hcsshim/internal/schema1 | |
github.com/Microsoft/hcsshim/internal/schema2 | |
github.com/Microsoft/hcsshim/internal/schemaversion | |
github.com/Microsoft/hcsshim/internal/uvmfolder | |
github.com/Microsoft/hcsshim/internal/wclayer | Package wclayer provides bindings to HCS's legacy layer management API and provides a higher level interface around these calls for container layer management. |
github.com/Microsoft/hcsshim/internal/wcow | |
github.com/Microsoft/hcsshim/osversion | |
github.com/linuxkit/virtsock/pkg/hvsock | Package hvsock provides a Go interface to Hyper-V sockets both on Windows and on Linux. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
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. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
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. |