tools: golang.org/x/tools/cmd/oracle Files | Directories

Packages imported by main

PathSynopsis
bufioPackage bufio implements buffered I/O.
encoding/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
go/buildPackage build gathers information about Go packages.
golang.org/x/tools/go/buildutilPackage buildutil provides utilities related to the go/​build package in the standard library.
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/oraclePackage oracle contains the implementation of the oracle tool whose command-line is provided by golang.org/​x/​tools/​cmd/​oracle.
ioPackage io provides basic interfaces to I/​O primitives.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/pprofPackage pprof writes runtime profiling data in the format expected by the pprof visualization tool.