github.com/Microsoft/go-winio | This package provides utilities for efficiently performing Win32 IO operations in Go. |
github.com/moby/sys/sequential | Package sequential provides a set of functions for managing sequential files on Windows. |
golang.org/x/sys/windows | Package windows contains an interface to the low-level operating system 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. |
regexp | Package regexp implements regular expression search. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |