fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/chzyer/readline | Readline is a pure go implementation for GNU-Readline kind library. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
golang.org/x/debug/internal/core | The core library is used to process ELF core dump files. |
golang.org/x/debug/internal/gocore | |
html | Package html provides functions for escaping and unescaping HTML text. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
runtime/pprof | Package pprof writes runtime profiling data in the format expected by the pprof visualization tool. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |