ssa: Update the location of the ssadump command in an example comment.
R=golang-dev, adonovan CC=golang-dev https://golang.org/cl/42420043
This commit is contained in:
parent
8b9d1fd507
commit
01caf7ba7e
|
|
@ -26,8 +26,9 @@ import (
|
|||
// (i.e. implements Value), the type of that value is shown in the
|
||||
// right column.
|
||||
//
|
||||
// Build and run the ssadump.go program in this package if you want a
|
||||
// standalone tool with similar functionality.
|
||||
// Build and run the ssadump.go program if you want a standalone tool
|
||||
// with similar functionality. It is located at
|
||||
// code.google.com/p/go.tools/cmd/ssadump.
|
||||
//
|
||||
func Example() {
|
||||
const hello = `
|
||||
|
|
|
|||
Loading…
Reference in New Issue