tools: golang.org/x/tools/go/pointer Index | Examples | Files | Directories

Packages that import pointer

PathSynopsis
github.com/DanielMorsing/stackcheck
github.com/motemen/go-typeswitch-genExpands type switches with type variables to achieve generic functions in Golang
github.com/stripe/safesqlCommand safesql is a tool for performing static analysis on programs to ensure that SQL injection attacks are not possible.
github.com/tmc/srcutils/cmd/add_argumentProgram add_argument inserts a new argument into a function and all of it's callers
golang.org/x/tools/cmd/callgraphcallgraph: a tool for reporting the call graph of a Go program.
golang.org/x/tools/cmd/guruguru: a tool for answering questions about Go source code.
golang.org/x/tools/godoc/analysisPackage analysis performs type and pointer analysis and generates mark-up for the Go source view.
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.