Imports of package pipeline

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/buildPackage build gathers information about Go packages.
go/constantPackage constant implements Values representing untyped Go constants and their corresponding operations.
go/formatPackage format implements standard formatting of Go source.
go/parserPackage parser implements a parser for Go source files.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
golang.org/x/text/collatePackage collate contains types for comparing and sorting Unicode strings according to a given collation order.
golang.org/x/text/feature/pluralPackage plural provides utilities for handling linguistic plurals in text.
golang.org/x/text/internalPackage internal contains non-exported functionality that are used by packages in the text repository.
golang.org/x/text/internal/catmsgPackage catmsg contains support types for package x/text/message/catalog.
golang.org/x/text/internal/formatPackage format contains types for defining language-specific formatting of values.
golang.org/x/text/internal/genPackage gen contains common code for the various code generation tools in the text repository.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
golang.org/x/text/runesPackage runes provide transforms for UTF-8 encoded text.
golang.org/x/tools/go/callgraphPackage callgraph defines the call graph and various algorithms and utilities to operate on it.
golang.org/x/tools/go/callgraph/chaPackage cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm.
golang.org/x/tools/go/loaderPackage loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies.
golang.org/x/tools/go/ssaPackage ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions.
golang.org/x/tools/go/ssa/ssautil
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.