some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / cmd / guru / testdata / src / what / main.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/cmd/guru/testdata/src/what/main.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/cmd/guru/testdata/src/what/main.go
deleted file mode 100644 (file)
index 9e6a8b9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package main // @what pkgdecl "main"
-
-// Tests of 'what' queries.
-// See go.tools/guru/guru_test.go for explanation.
-// See what.golden for expected query results.
-
-func main() {
-       f()             // @what call "f"
-       var ch chan int // @what var "var"
-       <-ch            // @what recv "ch"
-}