Imports of package symbolizer

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/pprof/internal/binutilsPackage binutils provides access to the GNU binutils.
github.com/google/pprof/internal/pluginPackage plugin defines the plugin implementations that the main pprof driver requires.
github.com/google/pprof/internal/symbolzPackage symbolz symbolizes a profile using the output from the symbolz service.
github.com/google/pprof/profilePackage profile provides a representation of profile.proto and methods to encode/decode profiles in this format.
github.com/ianlancetaylor/demanglePackage demangle defines functions that demangle GCC/LLVM C++ and Rust symbol names.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.