 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package oracle contains the implementation of the oracle tool whose command-line is provided by golang.org/x/tools/cmd/oracle.
DEPRECATED: oracle has been superseded by guru; see https://golang.org/s/using-guru for details. This package will be deleted on October 1, 2016.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
type Query struct {
	Mode  string         // query mode ("callers", etc)
	Pos   string         // query position
	Build *build.Context // package loading configuration
	// pointer analysis options
	Scope      []string  // main packages in (*loader.Config).FromArgs syntax
	PTALog     io.Writer // (optional) pointer-analysis log file
	Reflection bool      // model reflection soundly (currently slow).
	// Populated during Run()
	Fset *token.FileSet
	// contains filtered or unexported fields
}
    A Query specifies a single oracle query.
       Source Files
      ¶
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.