some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / go / packages / packagestest / testdata / test.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/go/packages/packagestest/testdata/test.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/go/packages/packagestest/testdata/test.go
deleted file mode 100644 (file)
index 13fc12b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2018 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package fake1
-
-// This is a test file for the behaviors in Exported.Expect.
-
-type AThing string //@AThing,mark(StringThing, "AThing"),mark(REThing,re`.T.*g`)
-
-type Match string //@check("Match",re`[[:upper:]]`)
-
-//@check(AThing, StringThing)
-//@check(AThing, REThing)
-
-//@boolArg(true, false)
-//@intArg(42)
-//@stringArg(PlainString, "PlainString")
-//@stringArg(IdentAsString,IdentAsString)
-//@directNote()
-//@range(AThing)
-
-// The following test should remain at the bottom of the file
-//@checkEOF(EOF)