flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go/build | Package build gathers information about Go packages. |
golang.org/x/tools/go/buildutil | Package buildutil provides utilities related to the go/build package in the standard library. |
golang.org/x/tools/go/packages | Package packages loads Go packages for inspection and analysis. |
honnef.co/go/tools/go/ir | Package ir defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-information (SSI) form intermediate representation (IR) for the bodies of functions. |
honnef.co/go/tools/go/ir/irutil | |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime/pprof | Package pprof writes runtime profiling data in the format expected by the pprof visualization tool. |