Sign in
go
/
tools
/
361bcb2be3eb3ebc2db2be295a33b4e3531f053d
/
.
/
cmd
/
guru
/
testdata
/
src
/
what-json
/
main.go
blob: 49fd0a84098cec6a205a18e1b1bd32ab12ba133f [
file
] [
log
] [
blame
]
package main
// Tests of 'what' queries, -format=json.
// See go.tools/guru/guru_test.go for explanation.
// See what-json.golden for expected query results.
func main() {
f()
// @what call "f"
}