fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
golang.org/x/sys/windows/svc/eventlog | Package eventlog implements access to Windows event log. |
gopkg.in/alecthomas/kingpin.v2 | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
net/url | Package url parses URLs and implements query escaping. |
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. |
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. |