bytes | Package bytes implements functions for the manipulation of byte slices. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/client | This is an implementation of a cAdvisor REST API in Go. |
github.com/google/cadvisor/client/v2 | Client library to programmatically access cAdvisor API. |
os/exec | Package exec runs external commands. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |